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:
Woah
2021-03-26 21:58:25 -04:00
parent 1499814bca
commit ff3245d225
9 changed files with 469 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
rootProject.name = 'RS09'
include 'Client'
include 'Management-Server'
include 'Server'
include 'Server'
include 'File-Server'