mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
parent
5706fb2fb5
commit
48646fd001
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ public static class BatchEditing
|
|||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine(MsgBEModifyFail + " " + ex.Message, cmd.PropertyName, cmd.PropertyValue);
|
||||
result = ModifyResult.Error;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue