diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index 210768984..a54d28bee 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -5805,7 +5805,7 @@ finish_qsprintf: VM_ScriptInfo(insptr, 64); G_GameExit("An error has occurred in the " APPNAME " virtual machine.\n\n" "If you are an end user, please e-mail the file " APPBASENAME ".log\n" - "along with links to any mods you're using to richard@voidpoint.com.\n\n" + "along with links to any mods you're using to development@voidpoint.com.\n\n" "If you are a developer, please attach all of your script files\n" "along with instructions on how to reproduce this error.\n\n" "Thank you!"); diff --git a/source/duke3d/src/m32exec.cpp b/source/duke3d/src/m32exec.cpp index f8426160b..7fbe9ddc7 100644 --- a/source/duke3d/src/m32exec.cpp +++ b/source/duke3d/src/m32exec.cpp @@ -3194,7 +3194,7 @@ dodefault: OSD_Printf("\nAn error has occurred in the Mapster32 virtual machine.\n\n" "Please e-mail the file mapster32.log along with every M32 file\n" "you're using and instructions how to reproduce this error to\n" - "helixhorned@gmail.com.\n\n" + "development@voidpoint.com.\n\n" "Thank you!\n"); vm.flags |= VMFLAG_ERROR; Bfflush(NULL);