diff options
Diffstat (limited to 'src/Root.h')
-rw-r--r-- | src/Root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h index a484db657..0eae21384 100644 --- a/src/Root.h +++ b/src/Root.h @@ -69,7 +69,7 @@ public: The dimension parameter is used to create a world with a specific dimension a_OverworldName should be set for non-overworld dimensions if one wishes that world to link back to an overworld via portals */ - cWorld * CreateAndInitializeWorld(const AString & a_WorldName, eDimension a_Dimension = dimOverworld, const AString & a_OverworldName = ""); + cWorld * CreateAndInitializeWorld(const AString & a_WorldName, eDimension a_Dimension = dimOverworld, const AString & a_OverworldName = "", bool a_InitSpawn = true); /** Returns the up time of the server in seconds */ int GetServerUpTime(void) |