mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Check for violations on horse profile, ranch info, and player profile
This commit is contained in:
parent
03c2b8e5a1
commit
8e483708b0
4 changed files with 64 additions and 13 deletions
|
@ -1384,9 +1384,6 @@ namespace HISP.Server
|
|||
Messages.ProfileTooLongMessage = gameData.messages.profile.too_long;
|
||||
Messages.ProfileViolationFormat = gameData.messages.profile.blocked;
|
||||
|
||||
Messages.ProfileViolationProfanity = gameData.messages.profile.profanity;
|
||||
Messages.ProfileViolationPersonalInfo = gameData.messages.profile.personal_info;
|
||||
|
||||
// Announcements
|
||||
|
||||
Messages.WelcomeFormat = gameData.messages.welcome_format;
|
||||
|
@ -1963,6 +1960,7 @@ namespace HISP.Server
|
|||
Messages.PlayerListAllHeader = gameData.messages.meta.player_list.all_players_header;
|
||||
Messages.PlayerListIconFormat = gameData.messages.meta.player_list.icon_format;
|
||||
Messages.PlayerListIconInformation = gameData.messages.meta.player_list.icon_info;
|
||||
|
||||
// Consume
|
||||
|
||||
Messages.ConsumeItemFormat = gameData.messages.consume.consumed_item_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue