Skip to content

Commit

Permalink
fix second chat etc
Browse files Browse the repository at this point in the history
  • Loading branch information
l3nnartt committed Feb 9, 2022
1 parent fef11db commit 1d71f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void onJoin(ServerData serverData) {

@Override
public ChatDisplayAction handleChatMessage(String s, String s1) throws Exception {
return null;
return ChatDisplayAction.NORMAL;
}

@Override
Expand Down

0 comments on commit 1d71f65

Please sign in to comment.