mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-09-25 16:55:31 -05:00
GameStats: Empty read buffer after handling packet
This commit is contained in:
@@ -220,6 +220,7 @@ func HandlePacket(index uint64, data []byte) {
|
||||
}
|
||||
|
||||
message := decrypted.String()
|
||||
session.ReadBuffer = []byte{}
|
||||
|
||||
commands, err := common.ParseGameSpyMessage(message)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user