Indentation

This commit is contained in:
Killyana
2019-04-23 16:50:39 +02:00
parent 65afe47580
commit 21667f97cb

View File

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