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

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