Remove unneeded Data Loc

This commit is contained in:
AlexTheCoder 2016-06-27 18:33:01 -04:00
parent ab315627ad
commit 119931ac71

View File

@ -13,8 +13,7 @@ public enum DataLoc
RED_SCORE_SPAWN("RED_SCORE_SP"),
RED_UNDER_HOOP("RED_UNDER"),
BLUE_SCORE_SPAWN("BLUE_SCORE_SP"),
BLUE_UNDER_HOOP("BLUE_UNDER"),
STAND("STAND_POS")
BLUE_UNDER_HOOP("BLUE_UNDER")
;
private String _key;