forked from UNLOZE/sm-plugins
fix UNLOZE+ReservedSlots
fix dependency unload error in a few plugins with LibraryExists in OnAllPluginsLoaded
This commit is contained in:
@@ -102,6 +102,9 @@ public void OnAllPluginsLoaded()
|
||||
(g_Extension_Voice ? "loaded" : "not loaded"));
|
||||
}
|
||||
|
||||
public void OnLibraryAdded(const char[] name) { OnAllPluginsLoaded(); }
|
||||
public void OnLibraryRemoved(const char[] name) { OnAllPluginsLoaded(); }
|
||||
|
||||
public void OnClientPutInServer(int client)
|
||||
{
|
||||
g_SpecialMutes[client] = MUTE_NONE;
|
||||
|
||||
Reference in New Issue
Block a user