From 0a2eddcc46a3e1b83c703cae5df643f343550c40 Mon Sep 17 00:00:00 2001 From: SoRadGaming <47128515+SoRadGaming@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:00:07 +1100 Subject: [PATCH] quick fix added line at end --- src/lang.yml | 2 +- src/me/ryandw11/ultrachat/api/Lang.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang.yml b/src/lang.yml index cba4130..db5fe58 100644 --- a/src/lang.yml +++ b/src/lang.yml @@ -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 !" \ No newline at end of file +channel-change: "You are now in the channel %s !" diff --git a/src/me/ryandw11/ultrachat/api/Lang.java b/src/me/ryandw11/ultrachat/api/Lang.java index fb5a3db..4201e79 100644 --- a/src/me/ryandw11/ultrachat/api/Lang.java +++ b/src/me/ryandw11/ultrachat/api/Lang.java @@ -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;