Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
76fcbb47
Commit
76fcbb47
authored
Aug 11, 2022
by
Luke H-W
Browse files
Remove beta message
parent
325fe6c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/managers/chat/ChatManager.java
View file @
76fcbb47
...
...
@@ -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"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment