From da6ccd1f98d1c979abccde19aa9bbacb37bc8a42 Mon Sep 17 00:00:00 2001 From: zml2008 Date: Thu, 2 Feb 2012 17:26:34 -0800 Subject: [PATCH] Update for SpoutAPI exception changes --- .../java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**