mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-11 08:08:30 +00:00
Fixed GuessSDKVersion() not working on ep2v (bug 4194, r=dvander, a12=blocking).
This commit is contained in:
parent
07fcbc6eaa
commit
a5a7b1434c
@ -457,6 +457,10 @@ 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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user