fixed cs16-client+xash3d on non-android platforms compatability

disables debug information for release builds
This commit is contained in:
jeefo 2016-01-30 22:22:37 +03:00
commit 0bde57897e
3 changed files with 10 additions and 3 deletions

View file

@ -1267,8 +1267,6 @@ void Bot::Kick (void)
ServerCommand ("kick \"%s\"", STRING (pev->netname));
CenterPrint ("Bot '%s' kicked", STRING (pev->netname));
pev->flags |= FL_KILLME;
int newBotsNum = bots.GetBotsNum () - 1;
// keep quota number up to date