mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Engine: fix compile error
Netmsg is defined as SVC_SetClassVar, not as SVC_SetClassSettingsVar. Rename was missed before submitting b11d7e3c9b1555673d6cb490e60eca19153195e9.
This commit is contained in:
parent
ba5801cce6
commit
432cb923cc
@ -509,7 +509,7 @@ void CClientState::Reconnect()
|
||||
//---------------------------------------------------------------------------------
|
||||
void CClientState::RegisterNetMsgs(CNetChan* chan)
|
||||
{
|
||||
REGISTER_SVC_MSG(SetClassSettingsVar);
|
||||
REGISTER_SVC_MSG(SetClassVar);
|
||||
}
|
||||
|
||||
void VClientState::Detour(const bool bAttach) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user