Change how UHC handles time
This commit is contained in:
parent
07cd716cf7
commit
efc73d220f
@ -215,13 +215,8 @@ public abstract class Skyfall extends Game
|
|||||||
DamageFall = false;
|
DamageFall = false;
|
||||||
SoupEnabled = true;
|
SoupEnabled = true;
|
||||||
StrictAntiHack = false;
|
StrictAntiHack = false;
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
new CompassModule().register(this);
|
new CompassModule().register(this);
|
||||||
=======
|
|
||||||
CompassEnabled = true;
|
|
||||||
CompassGiveItem = false;
|
|
||||||
>>>>>>> refs/remotes/origin/develop
|
|
||||||
|
|
||||||
SpeedMeasurement = true;
|
SpeedMeasurement = true;
|
||||||
|
|
||||||
|
@ -86,11 +86,8 @@ import nautilus.game.arcade.game.games.skywars.kits.KitEarth;
|
|||||||
import nautilus.game.arcade.game.games.skywars.kits.KitFire;
|
import nautilus.game.arcade.game.games.skywars.kits.KitFire;
|
||||||
import nautilus.game.arcade.game.games.skywars.kits.KitIce;
|
import nautilus.game.arcade.game.games.skywars.kits.KitIce;
|
||||||
import nautilus.game.arcade.game.games.skywars.kits.KitMetal;
|
import nautilus.game.arcade.game.games.skywars.kits.KitMetal;
|
||||||
<<<<<<< HEAD
|
|
||||||
import nautilus.game.arcade.game.modules.compass.CompassModule;
|
import nautilus.game.arcade.game.modules.compass.CompassModule;
|
||||||
=======
|
|
||||||
import nautilus.game.arcade.game.games.skywars.modes.kits.KitElementalist;
|
import nautilus.game.arcade.game.games.skywars.modes.kits.KitElementalist;
|
||||||
>>>>>>> refs/remotes/origin/develop
|
|
||||||
import nautilus.game.arcade.kit.Kit;
|
import nautilus.game.arcade.kit.Kit;
|
||||||
import nautilus.game.arcade.ore.OreHider;
|
import nautilus.game.arcade.ore.OreHider;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user