mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
fix plugins not loading with /pload when specified to not autoload on server start
This commit is contained in:
parent
916b9d8fd4
commit
966ab238b7
@ -85,7 +85,7 @@ namespace MCGalaxy {
|
||||
|
||||
Plugin.all.Add(instance);
|
||||
|
||||
if (instance.LoadAtStartup) {
|
||||
if (instance.LoadAtStartup || !startup) {
|
||||
instance.Load(startup);
|
||||
Logger.Log(LogType.SystemActivity, "Plugin: {0} loaded...build: {1}", instance.name, instance.build);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user