Added the ability for extensions to invoke arbitrary natives (bug 3605, r=ds,theY4Kman).
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ bool SourceModBase::InitializeSourceMod(char *error, size_t maxlength, bool late
|
||||
g_pSourcePawn = getv1();
|
||||
g_pSourcePawn2 = getv2();
|
||||
|
||||
if (g_pSourcePawn2->GetAPIVersion() < 2)
|
||||
if (g_pSourcePawn2->GetAPIVersion() < 3)
|
||||
{
|
||||
g_pSourcePawn2 = NULL;
|
||||
if (error && maxlength)
|
||||
|
||||
Reference in New Issue
Block a user