1
0
Fork 0

Add disableTntExplosions to the default config

This commit is contained in:
Ryan Fox (flewkey) 2020-01-17 02:05:55 +00:00 committed by Ryan Fox
parent 21aedbf935
commit 966caf9f1c
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class Config {
json = new JSONObject(jsonRaw);
} else {
LOGGER.info("Config not found, creating one");
json = new JSONObject("{\"spawn\":[0,0,0,0,0,-2],\"members\":[]}");
json = new JSONObject("{\"disableTntExplosions\":false,\"spawn\":[0,0,0,0,0,-2],\"members\":[]}");
saveConfig();
}
LOGGER.info("Configuration loaded");