Apply style fix pt3

This commit is contained in:
Antz 2020-01-13 10:14:05 +00:00
parent 1392c131e7
commit d93dbd95fe
191 changed files with 9851 additions and 676 deletions

View file

@ -694,7 +694,9 @@ class GameObject : public WorldObject
return m_respawnTime;
}
else
{ return now; }
{
return now;
}
}
void SetRespawnTime(time_t respawn)