Fixed unnecessary Color rgba methods

This commit is contained in:
Anuken
2020-03-19 20:00:04 -04:00
parent c7bc05f560
commit 6cbc42d9de
12 changed files with 27 additions and 44 deletions

View File

@@ -301,7 +301,7 @@ public class Pathfinder implements Runnable{
//spawn points are also enemies.
if(state.rules.waves && team == state.rules.defaultTeam){
for(Tile other : spawner.getGroundSpawns()){
for(Tile other : spawner.getSpawns()){
out.add(other.pos());
}
}