Indentation

This commit is contained in:
Killyana
2019-04-23 16:49:32 +02:00
parent 0e8e3828f4
commit 65afe47580

View File

@@ -796,9 +796,9 @@ void GameObject::Update(uint32 diff)
if (!m_spawnId)
{
m_respawnTime = 0;
Delete();
return;
m_respawnTime = 0;
Delete();
return;
}
if (!m_spawnedByDefault)