[GamesModel] Rename 'Creator' column to 'Host' (#7083)

* [GamesModel] Rename 'Creator' column to 'Host' (#2108)


Took 5 minutes

* Actually re-broadcast host change

Took 8 minutes

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2026-08-13 18:58:21 +02:00 committed by GitHub
parent 48776cfeba
commit 26fb8622e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 59 additions and 42 deletions

View file

@ -62,4 +62,7 @@ message ServerInfo_Game {
// whether the game is closed. Closed games are finished and can't be interacted with
optional bool closed = 52;
// the current host of the game, which may differ from the creator after a host transfer
optional ServerInfo_User host_info = 53;
}