Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
This commit is contained in:
@@ -24,6 +24,6 @@ package com.sk89q.worldedit;
|
||||
*
|
||||
* @author Albert
|
||||
*/
|
||||
public class IncompleteRegionException extends Exception {
|
||||
public class IncompleteRegionException extends WorldEditException {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user