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