From 8b0650282a928ec8dd40ab87d19b5b7ad539f04e Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 15 Jun 2022 16:10:31 -0400 Subject: [PATCH] fix: use language-agnostic novice network command for temporary switches --- ChatTwo/Code/InputChannelExt.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/Code/InputChannelExt.cs b/ChatTwo/Code/InputChannelExt.cs index 02aff8a..2730455 100755 --- a/ChatTwo/Code/InputChannelExt.cs +++ b/ChatTwo/Code/InputChannelExt.cs @@ -62,7 +62,7 @@ internal static class InputChannelExt { InputChannel.Shout => "/shout", InputChannel.FreeCompany => "/freecompany", InputChannel.PvpTeam => "/pvpteam", - InputChannel.NoviceNetwork => "/novice", + InputChannel.NoviceNetwork => "/beginner", InputChannel.CrossLinkshell1 => "/cwlinkshell1", InputChannel.CrossLinkshell2 => "/cwlinkshell2", InputChannel.CrossLinkshell3 => "/cwlinkshell3",