mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-08-23 09:04:12 -05:00
Revert "GPCM: Temporarily allow payload 0.0.5"
This reverts commit 4efb4b0c7e.
This commit is contained in:
@@ -388,10 +388,6 @@ func (g *GameSpySession) exLogin(command common.GameSpyCommand) {
|
||||
}
|
||||
|
||||
func checkPayloadVersion(payloadVer string) bool {
|
||||
if payloadVer == "5" {
|
||||
return true
|
||||
}
|
||||
|
||||
verInt, err := strconv.ParseInt(payloadVer, 0, 32)
|
||||
if err != nil {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user