diff --git a/Commands/Moderation/CmdPLoad.cs b/Commands/Moderation/CmdPLoad.cs index 849efd8ad..32fd7a79c 100644 --- a/Commands/Moderation/CmdPLoad.cs +++ b/Commands/Moderation/CmdPLoad.cs @@ -28,7 +28,7 @@ namespace MCGalaxy.Commands public override void Use(Player p, string message) { if (File.Exists("plugins/" + message + ".dll")) - Plugin.Load(message, false); + Plugin.Load(message + ".dll", false); else Player.SendMessage(p, "Plugin not found!"); }