Registered basecomm as lib to allow requiring it (bug 5156, r=asherkin).

This commit is contained in:
Nicholas Hastings 2011-11-03 09:06:22 -04:00
parent 6c0eca0eca
commit 96e5dc3fc6

View File

@ -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;
}