diff --git a/plugins/basecomm.sp b/plugins/basecomm.sp index 74f9f1cd..8497d615 100644 --- a/plugins/basecomm.sp +++ b/plugins/basecomm.sp @@ -67,6 +67,7 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max) CreateNative("BaseComm_IsClientMuted", Native_IsClientMuted); CreateNative("BaseComm_SetClientGag", Native_SetClientGag); CreateNative("BaseComm_SetClientMute", Native_SetClientMute); + RegPluginLibrary("basecomm"); return APLRes_Success; }