|
@ -1376,9 +1376,6 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) |
|
|
if (steamid != 0) |
|
|
if (steamid != 0) |
|
|
{ |
|
|
{ |
|
|
player->steamid = steamid; |
|
|
player->steamid = steamid; |
|
|
if (calc_uuid == RenX::default_uuid_func) |
|
|
|
|
|
setUUID(player, this->formatSteamID(steamid)); |
|
|
|
|
|
else |
|
|
|
|
|
this->setUUIDIfDifferent(player, calc_uuid(player)); |
|
|
this->setUUIDIfDifferent(player, calc_uuid(player)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -1411,9 +1408,6 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) |
|
|
if (steamid != 0) |
|
|
if (steamid != 0) |
|
|
{ |
|
|
{ |
|
|
player->steamid = steamid; |
|
|
player->steamid = steamid; |
|
|
if (calc_uuid == RenX::default_uuid_func) |
|
|
|
|
|
setUUID(player, this->formatSteamID(steamid)); |
|
|
|
|
|
else |
|
|
|
|
|
this->setUUIDIfDifferent(player, calc_uuid(player)); |
|
|
this->setUUIDIfDifferent(player, calc_uuid(player)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|