mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
typo
This commit is contained in:
parent
7a2a436a52
commit
4ef0143928
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ public class Administration{
|
|||
|
||||
/** @return whether this action is allowed by the action filters. */
|
||||
public boolean allowAction(Player player, ActionType type, Tile tile, Cons<PlayerAction> setter){
|
||||
//some actions are done by the server (null player) and thus are always alloed
|
||||
//some actions are done by the server (null player) and thus are always allowed
|
||||
if(player == null) return true;
|
||||
|
||||
PlayerAction act = Pools.obtain(PlayerAction.class, PlayerAction::new);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue