This commit is contained in:
Gustave Monce
2024-12-23 15:13:36 +01:00
parent 132e21e58a
commit e68ef38725
6 changed files with 728 additions and 85 deletions
+1 -1
View File
@@ -1461,7 +1461,7 @@ namespace Patcher
}
else
{
throw new ScriptExecutionException("Could not jump to target: " + CurrentInstruction.Operand);
throw new ScriptExecutionException("Could not jump to target: " + CurrentInstruction.Operand + " - " + AddressString);
}
}