DecayTaskManager delay is in seconds.

Contributed by teris1994.
This commit is contained in:
MobiusDevelopment 2022-09-15 08:22:41 +00:00
parent 982fcb316b
commit 223349e166
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public class DecayTaskManager implements Runnable
{
if (creature.getActingPlayer().isInTimedHuntingZone())
{
delay = 60; // 10 minutes
delay = 600; // 10 minutes
}
else if (Config.DISCONNECT_AFTER_DEATH)
{

View File

@ -101,7 +101,7 @@ public class DecayTaskManager implements Runnable
{
if (creature.getActingPlayer().isInTimedHuntingZone())
{
delay = 60; // 10 minutes
delay = 600; // 10 minutes
}
else if (Config.DISCONNECT_AFTER_DEATH)
{