Merge pull request #1 from Bara/patch-1

Add return to AskPluginLoad2 to fix sm1.11 error
This commit is contained in:
Marcus 2021-10-27 15:42:56 +02:00 committed by GitHub
commit 48f5e28a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
{
LateLoad = late;
RegPluginLibrary("endtouchfix");
return APLRes_Success;
}
public void OnClientPutInServer(int client)
@ -76,4 +77,4 @@ public Action PostThink(int client)
}
return Plugin_Continue;
}
}