mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
Added engine string to 'meta game' command in core-legacy for consistency.
This commit is contained in:
parent
73ea97f1dc
commit
fc81b3b006
@ -166,6 +166,15 @@ CON_COMMAND(meta, "Metamod:Source Menu")
|
|||||||
CONMSG(" DLL Path: %s\n", bin_path);
|
CONMSG(" DLL Path: %s\n", bin_path);
|
||||||
CONMSG(" Interface: ServerGameDLL%03d\n", g_GameDllVersion);
|
CONMSG(" Interface: ServerGameDLL%03d\n", g_GameDllVersion);
|
||||||
|
|
||||||
|
if (g_Engine.original)
|
||||||
|
{
|
||||||
|
CONMSG(" Engine: Original (pre-Episode 1)\n");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
CONMSG(" Engine: Episode 1 (2004)\n");
|
||||||
|
}
|
||||||
|
|
||||||
// Display user messages
|
// Display user messages
|
||||||
if (g_SmmAPI.MsgCacheSuccessful())
|
if (g_SmmAPI.MsgCacheSuccessful())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user