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