diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java b/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java index 495b89fc2..f5a69e71a 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java @@ -18,9 +18,9 @@ package com.sk89q.worldedit.spout; -import org.spout.api.command.CommandException; import org.spout.api.command.CommandSource; import org.spout.api.command.RawCommandExecutor; +import org.spout.api.exception.CommandException; import org.spout.api.util.MiscCompatibilityUtils; /**