1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00

fix typos;

This commit is contained in:
Alice Ogeda 2023-03-08 16:37:13 -03:00
parent d621633137
commit 9d5fc7930a

View file

@ -182,6 +182,8 @@ void Sapphire::InstanceContent::onUpdate( uint64_t tickCount )
return;
}
else if( tickCount < m_instanceResetTime )
return;
if( m_instanceResetFinishTime == 0 )
{
@ -210,7 +212,7 @@ void Sapphire::InstanceContent::onUpdate( uint64_t tickCount )
return;
}
else if( tickCount < m_instanceResetTime )
else if( tickCount < m_instanceResetFinishTime )
return;