From cbc22922d3a9b06ab3177c34067453eb1e3166a0 Mon Sep 17 00:00:00 2001 From: Matsv Date: Fri, 1 Jul 2016 18:51:42 +0200 Subject: [PATCH] Set default force-sign-transformer to false --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 78ed2e600..baca92e34 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -82,4 +82,4 @@ replace-pistons: false # What id should we replace with, default is air. (careful of players getting stuck standing on them) replacement-piston-id: 0 # Force the string -> json transform -force-json-transform: true \ No newline at end of file +force-json-transform: false \ No newline at end of file