summaryrefslogtreecommitdiff
path: root/logserv.bat
diff options
context:
space:
mode:
Diffstat (limited to 'logserv.bat')
-rw-r--r--logserv.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/logserv.bat b/logserv.bat
new file mode 100644
index 000000000..945c59c36
--- /dev/null
+++ b/logserv.bat
@@ -0,0 +1,9 @@
+@echo off
+rem Writen by Jbain
+:end
+login-server.exe
+echo .
+echo .
+echo Login server crashed! restarting in 15 seconds! press ctl+C to cancel restart!
+PING -n 15 127.0.0.1 >nul
+goto end \ No newline at end of file