Commit 76fcbb47 authored by Luke H-W's avatar Luke H-W
Browse files

Remove beta message

parent 325fe6c4
...@@ -209,7 +209,5 @@ public class ChatManager implements ChatManagerHandler { ...@@ -209,7 +209,5 @@ public class ChatManager implements ChatManagerHandler {
if (joinOptions.welcomeMessage != null && joinOptions.welcomeMessage.length() > 0) { if (joinOptions.welcomeMessage != null && joinOptions.welcomeMessage.length() > 0) {
this.sendPrivateMessageFromServer(player.getUid(), joinOptions.welcomeMessage); this.sendPrivateMessageFromServer(player.getUid(), joinOptions.welcomeMessage);
} }
this.sendPrivateMessageFromServer(player.getUid(), "THIS IS AN EXPERIMENTAL BUILD OF GRASSCUTTER FOR 2.7.50/2.8\nDON'T LEAK <3");
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment