Added braces
This commit is contained in:
parent
a0720a65d6
commit
3e49cada80
@ -585,7 +585,9 @@ void cWorld::Start(void)
|
||||
|
||||
m_GameMode = (eGameMode)IniFile.GetValueSetI("General", "Gamemode", m_GameMode);
|
||||
if (m_TNTShrapnelLevel > slAll)
|
||||
{
|
||||
m_TNTShrapnelLevel = slAll;
|
||||
}
|
||||
|
||||
// Load allowed mobs:
|
||||
const char * DefaultMonsters = "";
|
||||
|
Loading…
Reference in New Issue
Block a user