One minor issue left from the merge

This commit is contained in:
Ross Bemrose 2015-06-04 21:42:25 -04:00
parent 338b4ed5d9
commit ba0bf5668d

View File

@ -211,7 +211,7 @@ void AttemptRTV(int client)
return;
}
new String:name[MAX_NAME_LENGTH];
char name[MAX_NAME_LENGTH];
GetClientName(client, name, sizeof(name));
g_Votes++;