Quote:
Originally Posted by warerik01
Hi ,please some1 help me . I've got this error :  If i login with "admin" acc ,if I register a new acc (like:warerik) then I get this error:  If I restart the emulator after the new acc registration :  Please Help ! thank you ! 
|
Change iniciar
@echo off
TITLE SERVER DARK ORBIT 4.1 BY ELIEAZ
COLOR
:loop
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar -Xmx1024m -Xms1024m DO.jar
goto loop
PAUSE
To
@echo off
TITLE SERVER DARK ORBIT 4.1 BY ELIEAZ
COLOR
:loop
"C:\Program Files\Java\jre7\bin\java.exe" -jar -Xmx1024m -Xms1024m DO.jar
goto loop
PAUSE
(Edit it with right click)
EDIT: 300's post <3