This commit is contained in:
NotMyFault
2019-06-06 13:36:07 +02:00
22 changed files with 163 additions and 514 deletions

View File

@ -23,7 +23,7 @@ public class PatternUtil {
snipeData.sendMessage(ChatColor.GOLD + "Voxel: " + ChatColor.RED + arg);
return pattern;
} catch (InputParseException e) {
fp.sendMessage(BBC.getPrefix() + e.getMessage());
fp.sendMessage(e.getMessage());
return null;
}
}