Fixed issue #76 - thanks snicker.

This commit is contained in:
zippy 2006-08-15 20:34:05 +00:00
parent b69228c599
commit 408b194b4e

View file

@ -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