mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
e
This commit is contained in:
parent
5c100d2b5e
commit
40180d030a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace server.Message
|
|||
{
|
||||
DeviceDrive0Serial = info.DeviceDriver0Serial,
|
||||
MotherboardSerial = info.MotherboardSerialNumber,
|
||||
User = user
|
||||
User = user.GetUserBySteamId(this._packetHeader.steam64_id)
|
||||
};
|
||||
|
||||
if (hardwareConfiguration.CheckIfHardwareIsBanned())
|
||||
|
|
Loading…
Reference in a new issue