public void LoadDefaults()
 {
     AutomaticSave = new AutomaticSave();
     CharacterNameValidation = true;
     CharacterNameValidationRule = @"([\x00-\xAA]|[\w_\ \.\+\-])+";
     LogSuspiciousPlayerMovement = true;
 }
Beispiel #2
0
 public void LoadDefaults()
 {
     AutomaticSave               = new AutomaticSave();
     CharacterNameValidation     = true;
     CharacterNameValidationRule = @"([\x00-\xAA]|[\w_\ \.\+\-])+";
     LogSuspiciousPlayerMovement = true;
 }
 public void LoadDefaults()
 {
     AutomaticSave = new AutomaticSave();
 }