Code cleanup

Reorganised imports
Removed redundant qualifiers
This commit is contained in:
bushtail
2023-08-19 15:07:23 +00:00
committed by Ryan
parent 0eca9521bc
commit 1b4e0aafaa
346 changed files with 2871 additions and 2886 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class ServerConstants {
var PLAYER_SAVE_PATH: String? = null
@JvmField
var PLAYER_ATTRIBUTE_PATH = "ish";
var PLAYER_ATTRIBUTE_PATH = "ish"
//path to the various config files, such as npc_spawns.json
var CONFIG_PATH: String? = null