mirror of
https://github.com/rumourA/End-Touch-Fix.git
synced 2025-12-06 18:18:25 +00:00
Add return to AskPluginLoad2 to fix sm1.11 error
This commit is contained in:
parent
b99fb4f0c8
commit
4e372d30f9
@ -55,6 +55,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
|||||||
{
|
{
|
||||||
LateLoad = late;
|
LateLoad = late;
|
||||||
RegPluginLibrary("endtouchfix");
|
RegPluginLibrary("endtouchfix");
|
||||||
|
return APLRes_Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnClientPutInServer(int client)
|
public void OnClientPutInServer(int client)
|
||||||
@ -76,4 +77,4 @@ public Action PostThink(int client)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user