mirror of
https://github.com/ryandw11/UltraChat.git
synced 2024-12-22 16:57:43 +01:00
quick fix added line at end
This commit is contained in:
parent
7ca3059622
commit
0a2eddcc46
@ -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 !"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user