fix: use language-agnostic novice network command for temporary switches

This commit is contained in:
Anna
2022-06-15 16:10:31 -04:00
parent 9e4a227dce
commit 8b0650282a
+1 -1
View File
@@ -62,7 +62,7 @@ internal static class InputChannelExt {
InputChannel.Shout => "/shout", InputChannel.Shout => "/shout",
InputChannel.FreeCompany => "/freecompany", InputChannel.FreeCompany => "/freecompany",
InputChannel.PvpTeam => "/pvpteam", InputChannel.PvpTeam => "/pvpteam",
InputChannel.NoviceNetwork => "/novice", InputChannel.NoviceNetwork => "/beginner",
InputChannel.CrossLinkshell1 => "/cwlinkshell1", InputChannel.CrossLinkshell1 => "/cwlinkshell1",
InputChannel.CrossLinkshell2 => "/cwlinkshell2", InputChannel.CrossLinkshell2 => "/cwlinkshell2",
InputChannel.CrossLinkshell3 => "/cwlinkshell3", InputChannel.CrossLinkshell3 => "/cwlinkshell3",