Added target cursor

This commit is contained in:
Anuken
2022-02-19 08:58:24 -05:00
parent 1a9fe45e8e
commit 63eeaae22d
4 changed files with 7 additions and 2 deletions

View File

@@ -190,7 +190,6 @@ public class Placement{
(plan.tile() != null && plan.tile().block() == plan.block)); //don't count the same block as inaccessible
var result = plans1.clear();
var team = player.team();
outer:
for(int i = 0; i < plans.size;){