1
0
Fork 0

Update World.h

This commit is contained in:
nesco 2014-09-17 17:32:37 +02:00
parent c63e14b6d1
commit b70e09bc90
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public:
bool IsGameModeAdventure(void) const { return (m_GameMode == gmAdventure); }
/** Returns true if the world is in Spectator mode */
bool IsGameModeAdventure(void) const { return (m_GameMode == gmSpectator); }
bool IsGameModeSpectator(void) const { return (m_GameMode == gmSpectator); }
bool IsPVPEnabled(void) const { return m_bEnabledPVP; }
bool IsDeepSnowEnabled(void) const { return m_IsDeepSnowEnabled; }