malis team swap

This commit is contained in:
Anuken
2022-04-24 13:24:14 -04:00
parent 14dcd71819
commit 03a469e56f
3 changed files with 1 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ public enum EditorTool{
if(tile.synthetic()){
Team dest = tile.team();
if(dest == editor.drawTeam) return;
fill(x, y, false, t -> t.getTeamID() == dest.id && t.synthetic(), t -> t.setTeam(editor.drawTeam));
fill(x, y, true, t -> t.getTeamID() == dest.id && t.synthetic(), t -> t.setTeam(editor.drawTeam));
}
}
}