diff --git a/PointServerCommandFilter/scripting/PointServerCommandFilter.sp b/PointServerCommandFilter/scripting/PointServerCommandFilter.sp index ee86bdeb..73d4ad27 100644 --- a/PointServerCommandFilter/scripting/PointServerCommandFilter.sp +++ b/PointServerCommandFilter/scripting/PointServerCommandFilter.sp @@ -132,7 +132,7 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams) DHookSetReturn(hReturn, false); return MRES_Supercede; } - else if(iAction == Plugin_Changed || bReplaced) + else if(iAction == Plugin_Changed || GetEngineVersion() == Engine_CSGO || bReplaced) { ServerCommand(sCommand); DHookSetReturn(hReturn, true);