summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2018-12-28 13:10:04 -0500
committerMinenash <minenash@protonmail.com>2018-12-28 13:10:04 -0500
commit9e3f82bca2278e9c032630e4121b74b805df193a (patch)
tree5f1d4e96e0159eb0fa219a84e8d64f368aeaee72
parent38e42dfabaef1491ac9201cefc858d716c4f7a55 (diff)
Changed the first-time join message's punctuation
-rw-r--r--src/main/java/com/redstoner/modules/misc/Misc.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/redstoner/modules/misc/Misc.java b/src/main/java/com/redstoner/modules/misc/Misc.java
index 74b3657..c69f7ba 100644
--- a/src/main/java/com/redstoner/modules/misc/Misc.java
+++ b/src/main/java/com/redstoner/modules/misc/Misc.java
@@ -49,7 +49,7 @@ public class Misc implements Module, Listener {
private static final String[] WELCOME_MSG = new String[] {
"&4 Welcome to the Redstoner Server!\n",
"&6 Before you ask us things, take a quick look at &a&nredstoner.com/info\n",
- "&6 Thank you and happy playing ;)\n\n"
+ "&6 Thank you and happy playing!)\n\n"
};
private static final PotionEffect NIGHT_VISION = new PotionEffect(PotionEffectType.NIGHT_VISION, Integer.MAX_VALUE, 0, false, false);