fixed duplicate names after multiple level changes

This commit is contained in:
jeefo 2014-08-05 22:26:16 +04:00
commit eab08307da
3 changed files with 52 additions and 8 deletions

View file

@ -1147,7 +1147,6 @@ void DetectCSVersion (void)
ServerPrint (infoBuffer, "CZ (Steam)", sizeof (Bot));
break;
}
g_convarWrapper->PushRegisteredConVarsToEngine (true);
}
void PlaySound (edict_t *ent, const char *name)