mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-12 08:38:27 +00:00
Backed out changeset f1118642d7ac (broken build).
This commit is contained in:
parent
a5a7b1434c
commit
7c4086f2eb
@ -457,10 +457,6 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
|
|||||||
{
|
{
|
||||||
return 30;
|
return 30;
|
||||||
}
|
}
|
||||||
else if (version == SOURCE_ENGINE_ORANGEBOXVALVE)
|
|
||||||
{
|
|
||||||
return 35;
|
|
||||||
}
|
|
||||||
else if (version == SOURCE_ENGINE_LEFT4DEAD)
|
else if (version == SOURCE_ENGINE_LEFT4DEAD)
|
||||||
{
|
{
|
||||||
return 40;
|
return 40;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user