DecayTaskManager delay is in seconds.
Contributed by teris1994.
This commit is contained in:
parent
982fcb316b
commit
223349e166
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user