mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
else if( tickCount < m_instanceResetTime )
|
||||||
|
return;
|
||||||
|
|
||||||
if( m_instanceResetFinishTime == 0 )
|
if( m_instanceResetFinishTime == 0 )
|
||||||
{
|
{
|
||||||
|
@ -210,7 +212,7 @@ void Sapphire::InstanceContent::onUpdate( uint64_t tickCount )
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if( tickCount < m_instanceResetTime )
|
else if( tickCount < m_instanceResetFinishTime )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue