mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added preliminary archive creation support.
This commit is contained in:
@@ -118,7 +118,7 @@ namespace GameRes.Formats.GUI
|
||||
}
|
||||
catch
|
||||
{
|
||||
return new ValidationResult (false, "Numeric key should be a 32-bit hexadecimal integer");
|
||||
return new ValidationResult (false, Strings.arcStrings.INTKeyRequirement);
|
||||
}
|
||||
return new ValidationResult (true, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user