mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 04:51:32 +12:00
Add various chat related checks
This commit is contained in:
parent
2e4ba0b82d
commit
5fc313657d
8 changed files with 114 additions and 3 deletions
|
@ -40,6 +40,11 @@ namespace HISP.Game
|
|||
|
||||
public static string CantSendPrivateMessagePlayerMutedFormat;
|
||||
|
||||
// Chat Errors
|
||||
public static string CantFindPlayerToPrivateMessage;
|
||||
public static string AdsOnlyOncePerMinute;
|
||||
public static string GlobalChatLimited;
|
||||
|
||||
// Auto Sell
|
||||
public static string AutoSellNotStandingInSamePlace;
|
||||
public static string AutoSellSuccessFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue