Remove unused client/server fields

This commit is contained in:
comp500 2021-10-11 21:10:38 +01:00
parent 8635906b1c
commit afb574d82d

View File

@ -14,6 +14,4 @@ class PackFile {
} }
var versions: Map<String, String>? = null var versions: Map<String, String>? = null
var client: Map<String, Any>? = null
var server: Map<String, Any>? = null
} }