mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
Setup GH Actions For Windows Single-Player
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
:: Runs The Server & FileServer
|
||||
start cmd /k java -jar Server.jar -c ServerConfig.json
|
||||
:: Used To Wait 6 Seconds Before Running The Client
|
||||
PING localhost -n 6 >NUL
|
||||
:: Starts The Client
|
||||
start cmd /k java -jar Client.jar -s localhost
|
||||
Reference in New Issue
Block a user