Increase world event timeout to 30 minutes
This commit is contained in:
parent
923849c3f9
commit
87d1c7eb4c
@ -33,8 +33,8 @@ import mineplex.minecraft.game.core.damage.DamageManager;
|
||||
|
||||
public abstract class WorldEvent implements Listener, ScoreboardElement
|
||||
{
|
||||
// 20 Minutes
|
||||
private static final int ACTIVE_TIMEOUT = 1200000;
|
||||
// 30 Minutes
|
||||
private static final int ACTIVE_TIMEOUT = 1800000;
|
||||
private static final int LOADING_TIMEOUT = 300000;
|
||||
|
||||
private DamageManager _damageManager;
|
||||
|
Loading…
Reference in New Issue
Block a user