mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Add /np to help line
This commit is contained in:
parent
3444227a91
commit
07b8ef83c9
@ -238,7 +238,7 @@ namespace osu.Game.Online.Chat
|
||||
break;
|
||||
|
||||
case "help":
|
||||
target.AddNewMessages(new InfoMessage("Supported commands: /help, /me [action], /join [channel]"));
|
||||
target.AddNewMessages(new InfoMessage("Supported commands: /help, /me [action], /join [channel], /np"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user