mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Cleanup
This commit is contained in:
parent
16cb530b99
commit
8d48c678bc
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ public class CoreBlock extends StorageBlock{
|
|||
|
||||
@Override
|
||||
public boolean isCommandable(){
|
||||
return team != state.rules.defaultTeam && state.rules.attackMode;
|
||||
return team != state.rules.defaultTeam && state.rules.editor;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue