Cleanup and move gsc dump stuff

This commit is contained in:
ineed bots
2023-09-15 17:49:25 -06:00
parent 1f66cb6a43
commit 2e50e3274d
6 changed files with 424 additions and 422 deletions

View File

@ -71,7 +71,7 @@ namespace exception
line(utils::string::va("Address: 0x%lX", exceptioninfo->ExceptionRecord->ExceptionAddress));
line("");
line(get_full_gsc_state_str(game::SCRIPTINSTANCE_SERVER));
line(build_gsc_dump(game::SCRIPTINSTANCE_SERVER));
line("");
#pragma warning(push)