mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Plugins loaded dynamically, some more bug fixes
This commit is contained in:
@ -428,7 +428,7 @@ namespace IW4MAdmin
|
||||
{
|
||||
Event curEvent = events.Peek();
|
||||
processEvent(curEvent);
|
||||
foreach (Plugin P in PluginImporter.potentialNotifies)
|
||||
foreach (Plugin P in PluginImporter.potentialPlugins)
|
||||
{
|
||||
try
|
||||
{
|
||||
@ -884,6 +884,7 @@ namespace IW4MAdmin
|
||||
initMaps();
|
||||
initMessages();
|
||||
initRules();
|
||||
PluginImporter.Unload();
|
||||
PluginImporter.Load();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user