diff options
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index 7460dc624..490ab59b4 100644 --- a/src/World.h +++ b/src/World.h @@ -654,7 +654,7 @@ public: /** Spawns a new ender crystal at the specified block coords. Returns the UniqueID of the created entity, or cEntity::INVALID_ID on failure. */ - UInt32 SpawnEnderCrystal(Vector3d a_Pos, bool a_ShowBottom = false); + UInt32 SpawnEnderCrystal(Vector3d a_Pos, bool a_ShowBottom); // tolua_end |