mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Added short overflow check for schematic saving.
This commit is contained in:
@ -23,8 +23,8 @@ package com.sk89q.worldedit;
|
||||
*
|
||||
* @author Albert
|
||||
*/
|
||||
public class SchematicLoadException extends WorldEditException {
|
||||
public SchematicLoadException(String error) {
|
||||
public class SchematicException extends WorldEditException {
|
||||
public SchematicException(String error) {
|
||||
super(error);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user