Made team a separate class
This commit is contained in:
@@ -292,7 +292,7 @@ public class ServerControl implements ApplicationListener{
|
||||
info(" &lyPlaying on map &fi{0}&fb &lb/&ly Wave {1}", Strings.capitalize(world.getMap().name()), state.wave);
|
||||
|
||||
if(state.rules.waves){
|
||||
info("&ly {0} enemies.", unitGroups[Team.crux.ordinal()].size());
|
||||
info("&ly {0} enemies.", unitGroups[(int) Team.crux.id].size());
|
||||
}else{
|
||||
info("&ly {0} seconds until next wave.", (int)(state.wavetime / 60));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user