Update Interfaces.cpp

This commit is contained in:
0TheSpy 2022-11-14 15:08:04 +03:00 committed by GitHub
parent 6c3374b874
commit 0bfa2f6ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);