Remove beta message

This commit is contained in:
Luke H-W 2022-08-11 14:45:54 +09:30
parent 325fe6c44a
commit 76fcbb477b
1 changed files with 0 additions and 2 deletions

View File

@ -209,7 +209,5 @@ public class ChatManager implements ChatManagerHandler {
if (joinOptions.welcomeMessage != null && joinOptions.welcomeMessage.length() > 0) {
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");
}
}