Re-enable world events
This commit is contained in:
parent
ef7c26c04c
commit
cb7422b4fe
@ -111,7 +111,6 @@ public class WorldEventManager extends MiniPlugin implements ScoreboardElement
|
||||
updateNextEventTime();
|
||||
}
|
||||
|
||||
/*
|
||||
if (_runningEvents.size() == 0 && System.currentTimeMillis() >= _nextEventStart)
|
||||
{
|
||||
if (UtilServer.getPlayers().length > 0)
|
||||
@ -123,7 +122,6 @@ public class WorldEventManager extends MiniPlugin implements ScoreboardElement
|
||||
updateNextEventTime();
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
private void tryStartEvent()
|
||||
|
Loading…
Reference in New Issue
Block a user