1
0

Update World.h

This commit is contained in:
nesco 2014-09-17 17:32:37 +02:00
parent c63e14b6d1
commit b70e09bc90

View File

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