mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
One minor issue left from the merge
This commit is contained in:
parent
338b4ed5d9
commit
ba0bf5668d
@ -211,7 +211,7 @@ void AttemptRTV(int client)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
new String:name[MAX_NAME_LENGTH];
|
char name[MAX_NAME_LENGTH];
|
||||||
GetClientName(client, name, sizeof(name));
|
GetClientName(client, name, sizeof(name));
|
||||||
|
|
||||||
g_Votes++;
|
g_Votes++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user