diff options
Diffstat (limited to 'server/src/entitylist.h')
-rw-r--r-- | server/src/entitylist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/entitylist.h b/server/src/entitylist.h index b596c07..9185f67 100644 --- a/server/src/entitylist.h +++ b/server/src/entitylist.h @@ -30,6 +30,7 @@ #include <map> #include <string> + #include "versionstr.h" #include "mutex.h" @@ -40,7 +41,7 @@ /** * The Items contained in the EntityList. */ -typedef std::map<VersionStr, std::string> EntityListItem; +typedef std::multimap<VersionStr, std::string> EntityListItem; /** * The EntityList class is intended for entity file caching, so that all entitys |