From 96e5dc3fc6a63ff66f53aa25db0c180716e7f262 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 3 Nov 2011 09:06:22 -0400 Subject: [PATCH] Registered basecomm as lib to allow requiring it (bug 5156, r=asherkin). --- plugins/basecomm.sp | 1 + 1 file changed, 1 insertion(+) 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; }