diff options
| author | Michael VanOverbeek <[email protected]> | 2017-01-11 08:42:41 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-11 08:42:41 -0500 |
| commit | 5b71be06a2efc42acf1af22a63730a947d7a1978 (patch) | |
| tree | a5adbe0242ae43f06034113d383ad002bc73d36e /ShiftOS_TheReturn/Resources | |
| parent | 5958b0acff0227648e89abe89b91e8b4c48d253e (diff) | |
| parent | 32fc0f960d99af9345cc920ccefb5f4b55e5c92b (diff) | |
| download | shiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.tar.gz shiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.tar.bz2 shiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.zip | |
Merge pull request #31 from vicr123/master
Catch exception when a command throws an unhandled exception
Diffstat (limited to 'ShiftOS_TheReturn/Resources')
| -rw-r--r-- | ShiftOS_TheReturn/Resources/strings_en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Resources/strings_en.txt b/ShiftOS_TheReturn/Resources/strings_en.txt index 6cd1be0..c42edab 100644 --- a/ShiftOS_TheReturn/Resources/strings_en.txt +++ b/ShiftOS_TheReturn/Resources/strings_en.txt @@ -175,6 +175,7 @@ If a system file is deleted by the virus scanner, it will be replaced.", "{COMMAND_DEV_MULTARG_DESCRIPTION}":"A command which requiers multiple arguments", "{ERR_COMMAND_NOT_FOUND}":"Command not found.", + "{ERROR_EXCEPTION_THROWN_IN_METHOD}":"An error occurred within the command. Error details:", "{MUD_ERROR}":"MUD error", "{PROLOGUE_NO_USER_DETECTED}":"No user detected. Please enter a username.", |
