Removed another bunch of ; (I don't look for them. I just find them while verifying stuff.)

Also removed a duplicate empty line
This commit is contained in:
Vrontis 2019-06-08 20:53:28 +00:00 committed by Brianna
parent 6914abae09
commit 3a6f5c8237
2 changed files with 11 additions and 12 deletions

View File

@ -355,7 +355,7 @@ public class Locale {
try (BufferedReader reader = new BufferedReader(new FileReader(file))) {
String line;
for (int lineNumber = 0; (line = reader.readLine()) != null; lineNumber++) {
if (line.isEmpty() || line.startsWith("#") /* Comment */) continue;
if (line.trim().isEmpty() || line.startsWith("#") /* Comment */) continue;
Matcher matcher = NODE_PATTERN.matcher(line);
if (!matcher.find()) {

View File

@ -13,11 +13,11 @@ command.togglechat.muted = "&cChat is currently disabled, try again later."
command.vanish.toggledOn = "&7You are now vanished."
command.vanish.toggledOff = "&7You are now visible."
command.freeze.add = "&7You have frozen &6%player%&7 successfully.";
command.freeze.remove = "&7You have unfrozen &6%player%&7 successfully.";
command.freeze.alertadd = "&7You have been frozen.";
command.freeze.alertremove = "&7You have been unfrozen.";
command.freeze.nope = "&cYou cannot do that because you are currently frozen...";
command.freeze.add = "&7You have frozen &6%player%&7 successfully."
command.freeze.remove = "&7You have unfrozen &6%player%&7 successfully."
command.freeze.alertadd = "&7You have been frozen."
command.freeze.alertremove = "&7You have been unfrozen."
command.freeze.nope = "&cYou cannot do that because you are currently frozen..."
command.revive.noloot = "&cNo loot could be found to revive the player with."
command.revive.success = "&7You have revived &6%player% &7successfully."
@ -27,8 +27,8 @@ command.spy.returned = "&7You were returned to your previous location"
command.spy.success = "&7You are now spying on &6%player%&7. Use the command &6/spy &7to return to your previous location&7"
command.spy.cant = "You cannot spy on yourself."
command.commandspy.deny = "&6%player%&7: %command%&7."
command.commandspy.toggleOn = "&7Command spy on";
command.commandspy.toggleOff = "&7Command spy off";
command.commandspy.toggleOn = "&7Command spy on"
command.commandspy.toggleOff = "&7Command spy off"
#Event Messages
@ -158,7 +158,6 @@ gui.notes.type = "Type in your note."
gui.notes.createdon = "&7Created on &6%sent%&7."
gui.notes.createdby = "&7Created by &6%player%&7."
gui.tickets.title = "&8&lTickets"
gui.tickets.titlesingle = "&8%toModerate% > Tickets"
gui.tickets.create = "&6Create a ticket"
@ -167,10 +166,10 @@ gui.tickets.player = "&7Player &6%player%&7."
gui.tickets.what = "&6What would you like to say in your first ticket post?"
gui.tickets.subject = "Ticket Subject"
gui.ticket.title = "&8Tickets > %id%";
gui.ticket.title = "&8Tickets > %id%"
gui.ticket.type = "&7Type &6%type%&7."
gui.ticket.picktype = "&8Pick a ticket type.";
gui.ticket.clicktotele = "&6Teleport to ticket location.";
gui.ticket.picktype = "&8Pick a ticket type."
gui.ticket.clicktotele = "&6Teleport to ticket location."
gui.ticket.createdon = "&7Created on &6%sent%&7."
gui.ticket.respond = "&6Respond"
gui.ticket.status = "&7Status &6%status%&7."