Removed accidentally left debug thing.

This commit is contained in:
Dmitry 2019-05-11 01:18:29 +03:00 committed by jeefo
commit c793ab9ee1
2 changed files with 1 additions and 2 deletions

View file

@ -1725,7 +1725,6 @@ void Bot::buyStuff (void) {
else {
engine.execBotCmd (ent (), "nvgs"); // use alias in steamcs
}
engine.print ("%s bought googles", STRING (pev->netname));
}
}
break;