feat(net): set os id in GruntLogin::GetLogonMethod

This commit is contained in:
fallenoak 2023-02-08 00:10:38 -06:00
parent b53f596b82
commit 18a4c5530d
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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()) {