Browse Source

BETA: Oops wrong place ^^'

MELERIX 12 years ago
parent
commit
cd1f9ac373

+ 6 - 7
L2J_Server_BETA/dist/game/startGameServer.bat

@@ -14,14 +14,8 @@ REM -XX:+AggressiveOpts
 REM Use this parameters carefully, some of them could cause abnormal behavior, deadlocks, etc.
 REM Use this parameters carefully, some of them could cause abnormal behavior, deadlocks, etc.
 REM More info here: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
 REM More info here: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
 
 
-if ERRORLEVEL 1 goto error
 if ERRORLEVEL 2 goto restart
 if ERRORLEVEL 2 goto restart
-goto end
-
-:error
-echo.
-echo Game Server Terminated Abnormally!
-echo.
+if ERRORLEVEL 1 goto error
 goto end
 goto end
 
 
 :restart
 :restart
@@ -30,6 +24,11 @@ echo Admin Restarted Game Server.
 echo.
 echo.
 goto start
 goto start
 
 
+:error
+echo.
+echo Game Server Terminated Abnormally!
+echo.
+
 :end
 :end
 echo.
 echo.
 echo Game Server Terminated.
 echo Game Server Terminated.

+ 6 - 7
L2J_Server_BETA/dist/login/startLoginServer.bat

@@ -7,14 +7,8 @@ echo.
 
 
 java -Xms128m -Xmx128m -cp ./../libs/*;l2jlogin.jar com.l2jserver.loginserver.L2LoginServer
 java -Xms128m -Xmx128m -cp ./../libs/*;l2jlogin.jar com.l2jserver.loginserver.L2LoginServer
 
 
-if ERRORLEVEL 1 goto error
 if ERRORLEVEL 2 goto restart
 if ERRORLEVEL 2 goto restart
-goto end
-
-:error
-echo.
-echo Login Server terminated abnormally!
-echo.
+if ERRORLEVEL 1 goto error
 goto end
 goto end
 
 
 :restart
 :restart
@@ -23,6 +17,11 @@ echo Admin Restarted Login Server.
 echo.
 echo.
 goto start
 goto start
 
 
+:error
+echo.
+echo Login Server terminated abnormally!
+echo.
+
 :end
 :end
 echo.
 echo.
 echo Login Server Terminated.
 echo Login Server Terminated.