mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update Interfaces.cpp
This commit is contained in:
@ -240,8 +240,7 @@ void NETSetConVar(const char* cvarname, const char* cvarvalue)
|
|||||||
{
|
{
|
||||||
//__asm pushad
|
//__asm pushad
|
||||||
|
|
||||||
char name[1024]; char value[1024];
|
char name[1024]; char value[1024];
|
||||||
ZeroMemory(name, 1024); ZeroMemory(value, 1024);
|
|
||||||
strcpy(name, cvarname);
|
strcpy(name, cvarname);
|
||||||
strcpy(value, cvarvalue);
|
strcpy(value, cvarvalue);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user