quick fix added line at end

This commit is contained in:
SoRadGaming 2021-01-19 12:00:07 +11:00
parent 7ca3059622
commit 0a2eddcc46
2 changed files with 2 additions and 2 deletions

View File

@ -38,4 +38,4 @@ no-perm-channel: '&cYou do not have permission for this command.'
no-perm-join: "You do not have permission to join that channel."
channel-null: "That channel does not exist!"
error-channel-in: "Error: you are currently in the channel"
channel-change: "You are now in the channel %s !"
channel-change: "You are now in the channel %s !"

View File

@ -48,7 +48,7 @@ public enum Lang {
CHANNEL_CHANGE("channel-change", "You are now in the channel %s !");
private String path;
private String path;
private String def;
private static YamlConfiguration LANG;