1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-18 07:52:32 +01:00

Added engine string to 'meta game' command in core-legacy for consistency.

This commit is contained in:
Scott Ehlert 2008-11-24 04:13:35 -06:00
parent 73ea97f1dc
commit fc81b3b006

View File

@ -166,6 +166,15 @@ CON_COMMAND(meta, "Metamod:Source Menu")
CONMSG(" DLL Path: %s\n", bin_path);
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
if (g_SmmAPI.MsgCacheSuccessful())
{