Quote:
Originally Posted by Joever11
When I start the server after I clicked play button, I got this:
|
right click on iniciar.bat > Edit
replace all with it:
@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