From c3628a7a587571f3988d95e395d8501762d9fa0a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 Mar 2008 17:07:21 +0000 Subject: [PATCH] fixed amb1479 - removed fcvar_replicated --HG-- branch : sourcemm-1.4.4 extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/sourcemm-1.4.4%40679 --- sourcemm/concommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/concommands.cpp b/sourcemm/concommands.cpp index 6ef18a1..220f127 100644 --- a/sourcemm/concommands.cpp +++ b/sourcemm/concommands.cpp @@ -116,7 +116,7 @@ void SMConVarAccessor::UnregisterGameDLLCommands() } } -ConVar metamod_version("metamod_version", SOURCEMM_VERSION, FCVAR_REPLICATED | FCVAR_SPONLY | FCVAR_NOTIFY, "Metamod:Source Version"); +ConVar metamod_version("metamod_version", SOURCEMM_VERSION, FCVAR_SPONLY | FCVAR_NOTIFY, "Metamod:Source Version"); #if defined WIN32 || defined _WIN32 ConVar mm_pluginsfile("mm_pluginsfile", "addons\\metamod\\metaplugins.ini", FCVAR_SPONLY, "Metamod:Source Plugins File"); ConVar mm_basedir("mm_basedir", "addons\\metamod", FCVAR_SPONLY, "Metamod:Source base folder");