spring / LobbyProtocol

lobby protocol for the spring rts engine
https://springrts.com/dl/LobbyProtocol/
10 stars 12 forks source link

CPU argument for ADDUSER doesn't seem to exist #44

Closed MasterBel2 closed 4 years ago

MasterBel2 commented 4 years ago

Is it hidden behind a comp flag, not sent by the lobbies so the server doesn't have it, or just not sent by the server at all? For now, I'll just assume it doesn't exist at all anymore.

abma commented 4 years ago

cpu argument is deprecated and shouldn't be used or ignored:

https://github.com/spring/uberserver/blob/master/protocol/Protocol.py#L952

abma commented 4 years ago

not sure what you mean, this is relevant, too:

https://github.com/spring/uberserver/blob/master/protocol/Protocol.py#L736