Ingame's Player is now mandatory; player spawn on right position

This commit is contained in:
minjaesong
2017-07-18 00:19:55 +09:00
parent 58205e5eb5
commit 33a774b5b7
17 changed files with 224 additions and 71 deletions

View File

@@ -82,6 +82,7 @@ object DefaultConfig {
jsonObject.addProperty("fullframelightupdate", false)
jsonObject.addProperty("useamericanunit", false) // Metric Masterrace -- Filthy imperials.
return jsonObject
}