This commit is contained in:
Anuken 2025-05-05 20:52:32 -04:00
parent 16cb530b99
commit 8d48c678bc

View file

@ -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