From 849c4a70aefff2e9e7f04bed9c9bec54c05afc79 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sun, 19 Oct 2008 17:37:21 +1300 Subject: [PATCH] And again with the build breaking.. --- plugins/rockthevote.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index 8de3fbba..e2f3b8ba 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -94,7 +94,7 @@ public OnMapStart() { if (IsClientConnected(i)) { - OnClientConnect(i, "", 0); + OnClientConnected(i, "", 0); } } }