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