mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Engine: remove unused variable
No longer used as of commit b29be00d.
This commit is contained in:
parent
fe32055f7c
commit
ab5e009f8b
@ -93,8 +93,6 @@ bool CNetworkStringTable::Lock(bool bLock)
|
|||||||
void CNetworkStringTableContainer::WriteUpdateMessage(CNetworkStringTableContainer* thisp, CClient* pClient, unsigned int nTickAck, bf_write* pMsg)
|
void CNetworkStringTableContainer::WriteUpdateMessage(CNetworkStringTableContainer* thisp, CClient* pClient, unsigned int nTickAck, bf_write* pMsg)
|
||||||
{
|
{
|
||||||
#ifndef CLIENT_DLL
|
#ifndef CLIENT_DLL
|
||||||
CClientExtended* const clientExtended = pClient->GetClientExtended();
|
|
||||||
|
|
||||||
if (sv_stats->GetBool())
|
if (sv_stats->GetBool())
|
||||||
{
|
{
|
||||||
const uint8_t nCPUPercentage = static_cast<uint8_t>(g_pServer->GetCPUUsage() * 100.0f);
|
const uint8_t nCPUPercentage = static_cast<uint8_t>(g_pServer->GetCPUUsage() * 100.0f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user