mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 03:51:28 +12:00
Add %BAN
This commit is contained in:
parent
9f44620fd7
commit
49522e9fef
8 changed files with 165 additions and 6 deletions
|
@ -1054,6 +1054,10 @@ namespace HISP.Server
|
|||
Messages.NpcInformationButton = gameData.messages.meta.npc.npc_information_button;
|
||||
Messages.NpcInformationFormat = gameData.messages.meta.npc.npc_information_format;
|
||||
|
||||
// Login Failed Reasons
|
||||
Messages.LoginFailedReasonBanned = gameData.messages.login.banned;
|
||||
Messages.LoginFailedReasonBannedIpFormat = gameData.messages.login.ip_banned;
|
||||
|
||||
// Disconnect Reasons
|
||||
|
||||
Messages.KickReasonKicked = gameData.messages.disconnect.kicked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue