mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Allow the http server to serve static files (such as downloadable resources)
This commit is contained in:
@@ -24,6 +24,7 @@ public class Config {
|
||||
|
||||
public int customDataVersion = 0;
|
||||
public String resourceDir = "./resources";
|
||||
public String webFilesDir = "./web";
|
||||
public String patchListPath = "./patchlist.json";
|
||||
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user