And again with the build breaking..

This commit is contained in:
Matt Woodrow 2008-10-19 17:37:21 +13:00
parent c231375e19
commit 849c4a70ae

View File

@ -94,7 +94,7 @@ public OnMapStart()
{
if (IsClientConnected(i))
{
OnClientConnect(i, "", 0);
OnClientConnected(i, "", 0);
}
}
}