mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-08-22 00:24:38 -05:00
Common: Change InvalidGameSpyCommand string
This commit is contained in:
@@ -13,7 +13,7 @@ type GameSpyCommand struct {
|
||||
}
|
||||
|
||||
var (
|
||||
InvalidGameSpyCommand = errors.New("Invalid command received")
|
||||
InvalidGameSpyCommand = errors.New("invalid GameSpy command received")
|
||||
)
|
||||
|
||||
func ParseGameSpyMessage(msg string) ([]GameSpyCommand, error) {
|
||||
|
||||
Reference in New Issue
Block a user