Releases: eraser1/BE_AEG
Releases · eraser1/BE_AEG
BE_AEG v1.0.4
- Resolved an issue where script restrictions would not be detected if the restriction number was greater than 9 (and therefore the exception would not be generated). I deserve a facepalm for that.
- The debug log will no longer output the code from a duplicate restriction. This should make reading the debug log a lot easier, and you can always check the backup script logs for the actual code and other info.
Consequently, the issue where BE_AEG stopped producing exceptions after a while may be fixed now.
BE_AEG v1.0.3
A newline is also added before script logs are appended to
"BE_AEG_scripts.log" (if you choose to back them up).
The double quotes that wrapped exceptions should no longer be escaped.
(oops)
Newlines inside exceptions should no longer be escaped. (oops)
Duplicate exceptions (code) are made a bit more obvious in the debug
file.