From 04d7828633f411b213d36676db2d02acd60f4172 Mon Sep 17 00:00:00 2001 From: vilasopher Date: Mon, 11 Jan 2016 22:46:45 -0500 Subject: [PATCH] Update RobotPlayer.java --- RobotPlayer.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RobotPlayer.java b/RobotPlayer.java index d91ee99..0181a80 100644 --- a/RobotPlayer.java +++ b/RobotPlayer.java @@ -359,9 +359,7 @@ public void run(){ if((x.ints.first & 3) == 0){ runAsArchonSearcher(); }else if((x.ints.first & 3) == 1){ - if(x.bits[2]){ - mostRecentArchonLocation = new MapLocation(x.ints.first >> 2,x.ints.second); - } + mostRecentArchonLocation = new MapLocation(x.ints.first >> 2,x.ints.second); System.out.println("Running as zombie herder to archon at (" + mostRecentArchonLocation.x + "," + mostRecentArchonLocation.y + ")"); runAsZombieHerder(); }else if((x.ints.first & 3) == 2){