Skip to content

Commit

Permalink
Default VALIDATION to off
Browse files Browse the repository at this point in the history
People have issues copy/pasting with this on, so I think for now it's
better to leave it off. If someone needs the special behavior for
setting panes or fences, they can turn it back on.

We do need to investigate the reason why it's not working, and
potentially save validation for post-edit, rather than prior to
placement.
  • Loading branch information
octylFractal committed Jun 27, 2020
1 parent 5612bd9 commit bf4dc8e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
public enum SideEffect {
LIGHTING(State.ON),
NEIGHBORS(State.ON),
VALIDATION(State.ON),
VALIDATION(State.OFF),
ENTITY_AI(State.OFF),
EVENTS(State.OFF);

Expand Down

0 comments on commit bf4dc8e

Please sign in to comment.