Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameserver.cc')
-rw-r--r--src/core/gameserver.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc
index 96dd51e..f9cc061 100644
--- a/src/core/gameserver.cc
+++ b/src/core/gameserver.cc
@@ -158,6 +158,9 @@ GameServer::GameServer() : GameInterface()
server_mode = SinglePlayer;
}
+ // create the default infotype for zones
+ Zone::set_infotype(new InfoType("zone"));
+
// create the default infotype for entities
Entity::set_infotype(new InfoType("entity"));