fishing: reset trawler start time when back on land

This commit is contained in:
dekvall
2019-10-06 17:19:32 +02:00
committed by Tomas Slusny
parent b109f93572
commit a3ccd12db1

View File

@@ -386,6 +386,7 @@ public class FishingPlugin extends Plugin
if (regionID != TRAWLER_SHIP_REGION_NORMAL && regionID != TRAWLER_SHIP_REGION_SINKING)
{
log.debug("Trawler session ended");
trawlerStartTime = null;
return;
}