diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index e2f3b8ba..e4f4ec16 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -94,7 +94,7 @@ public OnMapStart() { if (IsClientConnected(i)) { - OnClientConnected(i, "", 0); + OnClientConnected(i); } } }