From f1f95b16304f88bc57fb3ac7e3517faa0f984df8 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Wed, 3 Oct 2018 05:51:48 -0700 Subject: [PATCH] Update crash message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f60552c..bebb63d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -376,7 +376,7 @@ int main(int argc, char *argv[]) SDL_WaitThread(rgssThread, 0); else SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, conf.windowTitle.c_str(), - "The RGSS script seems to be stuck and mkxp will now force quit", win); + "The RGSS script seems to be stuck and OneShot will now force quit", win); if (!rtData.rgssErrorMsg.empty()) {