Unit requirement changes

This commit is contained in:
Anuken
2022-02-12 22:52:55 -05:00
parent f09e5afbe9
commit 907dc7a1e3
3 changed files with 14 additions and 13 deletions

View File

@@ -196,7 +196,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
}
}
@Remote(called = Loc.both, targets = Loc.both, forward = true)
@Remote(called = Loc.server, targets = Loc.both, forward = true)
public static void commandUnits(Player player, int[] unitIds, @Nullable Building buildTarget, @Nullable Unit unitTarget, @Nullable Vec2 posTarget){
if(player == null || unitIds == null) return;