Added RegPluginLibrary incase people want to check if it's loaded

This commit is contained in:
rumour 2021-04-14 16:00:37 +02:00
parent 72e7dc7453
commit 632123bf41

View File

@ -54,6 +54,7 @@ public void OnPluginStart()
public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max) public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max)
{ {
LateLoad = late; LateLoad = late;
RegPluginLibrary("endtouchfix");
} }
public void OnClientPutInServer(int client) public void OnClientPutInServer(int client)