Skip to content

Commit

Permalink
chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Pannoniae committed Aug 4, 2024
1 parent 0b3457e commit 9ff981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu/ChatMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ChatMenu : Menu {
public override void onKeyChar(IKeyboard keyboard, char ch) {
if (ch != 't') {
message += ch;
}c
}
}

public override void onKeyDown(IKeyboard keyboard, Key key, int scancode) {
Expand Down

0 comments on commit 9ff981e

Please sign in to comment.