Fixed issue #76 - thanks snicker.
This commit is contained in:
parent
b69228c599
commit
408b194b4e
1 changed files with 2 additions and 0 deletions
|
|
@ -444,6 +444,8 @@ namespace Server.Multis
|
|||
public void Refresh()
|
||||
{
|
||||
m_DecayTime = DateTime.Now + BoatDecayDelay;
|
||||
if( m_TillerMan != null )
|
||||
m_TillerMan.InvalidateProperties();
|
||||
}
|
||||
|
||||
private class DecayTimer : Timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue