Send gameserver lobby callback even when the one set is invalid.

This commit is contained in:
Mr_Goldberg 2021-06-13 00:08:32 -04:00
parent 7350397f9d
commit a3c606c74d
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ message Lobby {
uint64 id = 1;
uint32 ip = 2;
uint32 port = 3;
uint32 num_update = 4;
}
Gameserver gameserver = 5;