aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.go2
-rw-r--r--server_conn.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.go b/config.go
index bca1654..e67d4ac 100644
--- a/config.go
+++ b/config.go
@@ -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-_]+$"
diff --git a/server_conn.go b/server_conn.go
index 40ccf0f..d74cb03 100644
--- a/server_conn.go
+++ b/server_conn.go
@@ -96,7 +96,7 @@ func handleSrv(sc *serverConn) {
break
}
- sc.log("-->", err.Error())
+ sc.log("<--", err.Error())
continue
}