Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.

This commit is contained in:
sk89q
2010-10-04 16:39:35 -07:00
parent 1f7b39b8e3
commit 713f23d0de
13 changed files with 211 additions and 50 deletions

View File

@@ -24,6 +24,6 @@ package com.sk89q.worldedit;
*
* @author Albert
*/
public class IncompleteRegionException extends Exception {
public class IncompleteRegionException extends WorldEditException {
}