From 7f4a1e07d831b46ac5e349a9fcab458afb1ce991 Mon Sep 17 00:00:00 2001 From: Soupdoop Date: Tue, 12 Jan 2016 14:34:03 -0500 Subject: [PATCH] Update RobotPlayer.java --- RobotPlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobotPlayer.java b/RobotPlayer.java index 398f500..2bbc3b3 100644 --- a/RobotPlayer.java +++ b/RobotPlayer.java @@ -1,4 +1,4 @@ -package zombomb; //So the program knows what to call our bot +package team015; //So the program knows what to call our bot import battlecode.common.*; //imports Battlecode UI import java.util.Random; //Use this instead of Math.random(); seeded by the robot's id so more likely to be random than Math.random