From e38afe11ba2a7ad244a2f29c37e6770ea722f925 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 17 Jan 2017 22:50:01 +0100 Subject: [PATCH] exitbypass --- lgsm/functions/mods_core.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index b6f36b26d..fbfa9e5db 100644 --- a/lgsm/functions/mods_core.sh +++ b/lgsm/functions/mods_core.sh @@ -245,14 +245,15 @@ fn_postinstall_tasks(){ } # Apply some post-uninstall fixes to make sure everything will be fine - fn_postuninstall_tasks(){ # Oxide fix # Oxide replaces server files, so a validate is required after uninstall if [ "${engine}" == "unity3d" ]&&[[ "${modprettyname}" == *"Oxide"* ]]; then fn_print_information_nl "Validating to restore original ${gamename} files replaced by Oxide" fn_script_log "Validating to restore original ${gamename} files replaced by Oxide" + exitbypass="1" command_validate.sh + unset exitbypass fi }