mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-01 14:39:18 -06:00
Fix issue with port binding on Windows
This commit is contained in:
parent
0b3bf0ac40
commit
3abb507bfa
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