mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-01 14:39:18 -06:00
Merge branch 'Gregf36665-master-patch-69307' into 'master'
Fix issue with port binding on Windows Closes #11 and #9 See merge request 2009scape/singleplayer/windows!5
This commit is contained in:
commit
1bd38078c7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if %ERRORLEVEL% equ 0 (
|
|||
)
|
||||
|
||||
pushd %~dp0\game
|
||||
start /b %~dp0\jre\bin\java.exe -Xmx2G -Xms2G -jar server.jar
|
||||
start /b %~dp0\jre\bin\java.exe -Dsun.net.useExclusiveBind=false -Xmx2G -Xms2G -jar server.jar
|
||||
|
||||
:waitserver
|
||||
netstat -an | findstr "0.0.0.0:43595" > NUL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue