diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index c39b6f20e..155c254f2 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -457,10 +457,6 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params) { return 30; } - else if (version == SOURCE_ENGINE_ORANGEBOXVALVE) - { - return 35; - } else if (version == SOURCE_ENGINE_LEFT4DEAD) { return 40;