mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Added new JS5 file server (launcher no longer has to handle cache downloading) - PLEASE SET YOUR CACHE LOCATION IN file-server.properties
Updated client to connect to the new file server
This commit is contained in:
parent
1499814bca
commit
ff3245d225
9 changed files with 469 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -14,6 +14,11 @@
|
|||
/Server/build/kotlin/
|
||||
/Server/build/generated/
|
||||
/Server/data/eco/bot_offers.json
|
||||
/File-Server/build/
|
||||
/File-Server/build/classes/
|
||||
/File-Server/build/tmp/
|
||||
/File-Server/build/kotlin/
|
||||
/File-Server/build/generated/
|
||||
**/.idea/workspace.xml
|
||||
**/.idea/tasks.xml
|
||||
Server/**/*.class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue