Merged heads.

This commit is contained in:
richard 2009-05-10 18:50:28 +02:00
commit b32219fec5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ZSpawnOnMapStart()
ZSpawnOnClientDisconnect(client)
{
// Check if client is a bot.
if (!IsFakeClient(client))
if (IsFakeClient(client))
{
return;
}