Increase game timer from 20->30 minutes
This commit is contained in:
parent
ca51430b5e
commit
3fe4ea2fb6
@ -151,7 +151,7 @@ public class ChristmasCommon extends SoloGame
|
||||
InventoryClick = true;
|
||||
WorldTimeSet = 4000;
|
||||
FixSpawnFacing = false;
|
||||
GameTimeout = TimeUnit.MINUTES.toMillis(20);
|
||||
GameTimeout = TimeUnit.MINUTES.toMillis(30);
|
||||
|
||||
manager.GetCreature().SetDisableCustomDrops(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user