fixed yb_version display
This commit is contained in:
parent
ab53d11760
commit
cdcf59c76b
2 changed files with 3 additions and 2 deletions
|
|
@ -912,7 +912,7 @@ void GameDLLInit (void)
|
|||
ServerCommand ("exec addons/yapb/conf/yapb.cfg");
|
||||
|
||||
// set correct version string
|
||||
yb_version.SetString (FormatBuffer ("%s.0.%u", yb_version.GetString (), GenerateBuildNumber ()));
|
||||
yb_version.SetString (FormatBuffer ("%d.%d.%d.%u", PRODUCT_VERSION_DWORD_INTERNAL, GenerateBuildNumber ()));
|
||||
|
||||
// register fake metamod command handler if we not! under mm
|
||||
if (!g_isMetamod)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue