From c2f09b1837d8c8fbd760226bd489a15f66e113af Mon Sep 17 00:00:00 2001
From: Wumbo <58399748+WumboSpasm@users.noreply.github.com>
Date: Tue, 1 Aug 2023 13:46:45 -0400
Subject: [PATCH] Remove multiple instances check (handled by FSP now)

---
 startView3dscene.bat | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/startView3dscene.bat b/startView3dscene.bat
index 0c6ca9b..f500423 100644
--- a/startView3dscene.bat
+++ b/startView3dscene.bat
@@ -3,13 +3,10 @@ PUSHD %~dp0
 
 rename %LOCALAPPDATA%\view3dscene\view3dscene.conf view3dscene.conf.bak
 xcopy /y X3D\view3dscene\appdata\view3dscene.conf "%LOCALAPPDATA%\view3dscene\"
+
 FlashpointSecurePlayer view3dscene "%~1"
 
-IF %ERRORLEVEL% EQU -2 (
-    ECHO MsgBox "You cannot run multiple instances of Flashpoint Secure Player. Please close other Flashpoint games and animations that are open." > %TMP%\TMP.VBS
-    WSCRIPT /nologo %TMP%\TMP.VBS
-    DEL %TMP%\TMP.VBS
-)
 del "%LOCALAPPDATA%\view3dscene\view3dscene.conf"
 rename %LOCALAPPDATA%\view3dscene\view3dscene.conf.bak view3dscene.conf
+
 POPD
\ No newline at end of file
-- 
GitLab