From ba0bf5668d763c7ea578e2d5d02e737b17e62c48 Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Thu, 4 Jun 2015 21:42:25 -0400 Subject: [PATCH] One minor issue left from the merge --- plugins/rockthevote.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index fbc167ae..9474e386 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -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++;