1
0
Fork 0

Add config value for persistent flight

This commit is contained in:
Ryan Fox 2020-10-27 23:48:38 +00:00
parent 6ff2142538
commit 037342e553
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public class Config {
json = new JSONObject();
}
setDefault("persistentFlight", true);
setDefault("disableTntExplosions", false);
setDefault("disableRespawnAnchorExplosions", false);
setDefault("iphubApiKey", "");