mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-29 12:02:45 +00:00
Remove beta message
This commit is contained in:
parent
325fe6c44a
commit
76fcbb477b
@ -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");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user