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 fe0f87e428
commit b6f92d87cc
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
}