Changed data patch guide link
This commit is contained in:
@@ -80,7 +80,7 @@ public class Vars implements Loadable{
|
||||
/** Link to the wiki's modding guide.*/
|
||||
public static final String modGuideURL = "https://mindustrygame.github.io/wiki/modding/1-modding/";
|
||||
/** Link to the wiki's patch guide.*/
|
||||
public static final String patchesGuideURL = "https://mindustrygame.github.io/wiki/contentpatches/";
|
||||
public static final String patchesGuideURL = "https://mindustrygame.github.io/wiki/datapatches/";
|
||||
/** URLs to the JSON file containing all the BE servers. Only queried in BE. */
|
||||
public static final String[] serverJsonBeURLs = {"https://raw.githubusercontent.com/Anuken/MindustryServerList/master/servers_be.json", "https://cdn.jsdelivr.net/gh/anuken/mindustryserverlist/servers_be.json"};
|
||||
/** URLs to the JSON file containing all the stable servers. */
|
||||
|
||||
Reference in New Issue
Block a user