Skip to content

Commit e8ec883

Browse files
committed
Revert "GPCM: Temporarily allow payload 0.0.5"
This reverts commit 4efb4b0.
1 parent 4efb4b0 commit e8ec883

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gpcm/login.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,6 @@ func (g *GameSpySession) exLogin(command common.GameSpyCommand) {
388388
}
389389

390390
func checkPayloadVersion(payloadVer string) bool {
391-
if payloadVer == "5" {
392-
return true
393-
}
394-
395391
verInt, err := strconv.ParseInt(payloadVer, 0, 32)
396392
if err != nil {
397393
return false

0 commit comments

Comments
 (0)