diff options
author | Lane Kolbly <lane@rscheme.org> | 2015-06-13 23:09:43 +0200 |
---|---|---|
committer | Lane Kolbly <lane@rscheme.org> | 2015-06-13 23:09:43 +0200 |
commit | 9d620a20a0d1fa6af8b6af044610563a7af77712 (patch) | |
tree | 461376554da0fe04a69022c217e57873f03fce1b /src/Root.h | |
parent | Merge pull request #2237 from lkolbly/master (diff) | |
download | cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar.gz cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar.bz2 cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar.lz cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar.xz cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.tar.zst cuberite-9d620a20a0d1fa6af8b6af044610563a7af77712.zip |
Diffstat (limited to '')
-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) |