1 2 3 4 5 6 7 8 9 10 11 12 13 14
package client; typedef ClientSettings = { version:Int, name:String, hash:String, isExtendedPlayer:Bool, chatSize:Int, playerSize:Int, synchThreshold:Int, isSwapped:Bool, isUserListHidden:Bool, latestLinks:Array<String> }
[PATCH repo_name]