correct version string
report valid number of remaining enemies in chatter increased periodic think interval
This commit is contained in:
parent
2ff557eb89
commit
6502c44050
3 changed files with 8 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue