Use decimal system for serialization version

master
HimbeerserverDE 2021-09-02 13:23:15 +02:00
parent 2361256878
commit aa39f1cdd0
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
2 changed files with 2 additions and 2 deletions

View File

@ -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-_]+$"

View File

@ -96,7 +96,7 @@ func handleSrv(sc *serverConn) {
break
}
sc.log("-->", err.Error())
sc.log("<--", err.Error())
continue
}