mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Send gameserver lobby callback even when the one set is invalid.
This commit is contained in:
parent
7350397f9d
commit
a3c606c74d
2 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ message Lobby {
|
|||
uint64 id = 1;
|
||||
uint32 ip = 2;
|
||||
uint32 port = 3;
|
||||
uint32 num_update = 4;
|
||||
}
|
||||
|
||||
Gameserver gameserver = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue