mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
implement some user input length checks.
This commit is contained in:
parent
323d5f4408
commit
fc10d85d27
5 changed files with 44 additions and 9 deletions
|
@ -585,10 +585,17 @@ namespace HISP.Game
|
|||
|
||||
// Records
|
||||
|
||||
public static string ProfileSavedMessage;
|
||||
public static string PrivateNotesSavedMessage;
|
||||
public static string PrivateNotesMetaFormat;
|
||||
|
||||
// Profile
|
||||
|
||||
public static string ProfileSavedMessage;
|
||||
public static string ProfileTooLongMessage;
|
||||
|
||||
public static string ProfileViolationFormat;
|
||||
public static string ProfileViolationPersonalInfo;
|
||||
public static string ProfileViolationProfanity;
|
||||
// Hay Pile
|
||||
|
||||
public static string HasPitchforkMeta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue