diff --git a/Plugins/Mineplex.MapParser/src/mineplex/mapparser/module/modules/CommandModule.java b/Plugins/Mineplex.MapParser/src/mineplex/mapparser/module/modules/CommandModule.java index 95d3d9871..b3cfffafd 100644 --- a/Plugins/Mineplex.MapParser/src/mineplex/mapparser/module/modules/CommandModule.java +++ b/Plugins/Mineplex.MapParser/src/mineplex/mapparser/module/modules/CommandModule.java @@ -98,6 +98,7 @@ public class CommandModule extends Module if (!baseCommand.canRun(player)) { player.sendMessage(F.main(getPlugin().getName(), "You don't have permission to do that.")); + return; } if (!baseCommand.execute(player, commandLabel, args))