Fixed GuessSDKVersion() not working on ep2v (bug 4194, r=dvander).
This commit is contained in:
parent
956fe42a6c
commit
306ac5243a
@ -459,6 +459,8 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
|
||||
return 15;
|
||||
case SOURCE_ENGINE_ORANGEBOX:
|
||||
return 30;
|
||||
case SOURCE_ENGINE_ORANGEBOXVALVE:
|
||||
return 35;
|
||||
case SOURCE_ENGINE_LEFT4DEAD:
|
||||
return 40;
|
||||
case SOURCE_ENGINE_LEFT4DEAD2:
|
||||
|
Loading…
Reference in New Issue
Block a user