Increase game timer from 20->30 minutes

This commit is contained in:
Sam 2017-12-08 22:35:47 +00:00 committed by Alexander Meech
parent ca51430b5e
commit 3fe4ea2fb6

View File

@ -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);