world processors accessible in playtest
This commit is contained in:
@@ -82,7 +82,7 @@ public class LogicBlock extends Block{
|
||||
}
|
||||
|
||||
public boolean accessible(){
|
||||
return !privileged || state.rules.editor;
|
||||
return !privileged || state.rules.editor || state.playtestingMap != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user