correct version string

report valid number of remaining enemies in chatter
increased periodic think interval
This commit is contained in:
jeefo 2015-07-25 16:51:48 +03:00
commit 6502c44050
3 changed files with 8 additions and 5 deletions

View file

@ -911,6 +911,9 @@ void GameDLLInit (void)
// execute main config
ServerCommand ("exec addons/yapb/conf/yapb.cfg");
// set correct version string
yb_version.SetString (FormatBuffer ("%s.0.%u", yb_version.GetString (), GenerateBuildNumber ()));
// register fake metamod command handler if we not! under mm
if (!g_isMetamod)
RegisterCommand ("meta", CommandHandler_NotMM);