implement some user input length checks.

This commit is contained in:
SilicaAndPina 2021-06-11 10:34:39 +12:00
parent 323d5f4408
commit fc10d85d27
5 changed files with 44 additions and 9 deletions

View file

@ -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;