mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
feat(net): set os id in GruntLogin::GetLogonMethod
This commit is contained in:
parent
b53f596b82
commit
18a4c5530d
@ -49,6 +49,12 @@ void GruntLogin::GetLogonMethod() {
|
||||
logon.version[2] = 5;
|
||||
logon.build = 12340;
|
||||
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
logon.osID = '\0Win';
|
||||
#elif defined(WHOA_SYSTEM_MAC)
|
||||
logon.osID = '\0OSX';
|
||||
#endif
|
||||
|
||||
// TODO
|
||||
|
||||
if (this->IsReconnect()) {
|
||||
|
Loading…
Reference in New Issue
Block a user