diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "path/filepath" ) -const latestSerializeVer = 0x1c +const latestSerializeVer = 28 const latestProtoVer = 39 const maxPlayerNameLen = 20 const playerNameChars = "^[a-zA-Z0-9-_]+$" |