From f8d7aeb5eaae5ddb59fd1ba1d5da5e58fabef5e0 Mon Sep 17 00:00:00 2001 From: William Burns Date: Fri, 11 Dec 2015 01:32:32 +0000 Subject: [PATCH] before revert --- .../nautilus/game/arcade/game/games/gladiators/Gladiators.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/gladiators/Gladiators.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/gladiators/Gladiators.java index 6b82e972a..deaa8ace6 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/gladiators/Gladiators.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/gladiators/Gladiators.java @@ -130,7 +130,7 @@ public class Gladiators extends SoloGame Location loc = WorldData.GetDataLocs("RED").get(0); - e.getTutorial().getPhase(1).setLocation(loc.add(0, 50, 0)); + e.getTutorial().getPhase(1).setLocation(loc.clone().add(0, 50, 0)); e.getTutorial().getPhase(1).setTarget(loc); }