1
0
Fork 0

Fix Spaces to Tabs

This commit is contained in:
Jonathan Fabian 2014-12-02 20:54:56 -05:00
parent 24c6da6209
commit 1e6c13ea51
1 changed files with 5 additions and 5 deletions

View File

@ -120,11 +120,11 @@ cPlayer::cPlayer(cClientHandle* a_Client, const AString & a_PlayerName) :
{
m_CanFly = true;
}
if (World->IsGameModeSpectator()) //Otherwise Player will fall out of the world on join
{
m_CanFly = true;
m_IsFlying = true;
}
if (World->IsGameModeSpectator()) //Otherwise Player will fall out of the world on join
{
m_CanFly = true;
m_IsFlying = true;
}
}
cRoot::Get()->GetServer()->PlayerCreated(this);