mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
fix typos;
This commit is contained in:
parent
d621633137
commit
9d5fc7930a
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue