This commit is contained in:
aozhiwei 2020-03-19 14:05:21 +08:00
parent eecccb17dc
commit 299189f7db

View File

@ -71,5 +71,5 @@ func initPool() {
}
func IsValidServerId(sid uint32) (bool) {
return sid > 0 && sid < 200;
return sid > 0 && sid < 200000000;
}