mirror of
https://github.com/0TheSpy/Seaside.git
synced 2024-12-23 00:27:23 +08:00
Update Interfaces.cpp
This commit is contained in:
parent
6c3374b874
commit
0bfa2f6ce6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user