I should get more sleep.

This commit is contained in:
Matt Woodrow 2008-10-19 17:44:19 +13:00
parent 849c4a70ae
commit 7b8cd751e1

View File

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