Skip to content

Commit

Permalink
Update setup.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie authored Jan 10, 2025
1 parent 8d47eb8 commit 4ac5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/keybindings/setup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
winset(src, "[setname]-[REF(key)]", "parent=[setname];name=[key];command=[command]")
// If we bind these, we're going to disable input relay.
// This *does* silently break TGUI-Say, but I doubt players who want to use this mode care. -Francinum
if(!using_chat_relay)
if(using_chat_relay)
winset(src, "[setname]-say", "parent=[setname];name=T;command=[say]")
winset(src, "[setname]-me", "parent=[setname];name=M;command=[me]")
winset(src, "[setname]-ooc", "parent=[setname];name=O;command=[ooc]")
Expand Down

0 comments on commit 4ac5696

Please sign in to comment.