This commit is contained in:
Anuken
2019-05-15 17:40:31 -04:00
parent 2888e87bb8
commit aeb3662414
11 changed files with 20 additions and 15 deletions

View File

@@ -40,9 +40,10 @@ public class Vars{
/** URL for Github API for releases */
public static final String releasesURL = "https://api.github.com/repos/Anuken/Mindustry/releases";
/** URL for Github API for contributors */
//TODO remove and replace with a manually updated list
public static final String contributorsURL = "https://api.github.com/repos/Anuken/Mindustry/contributors";
/** URL for sending crash reports to */
public static final String crashReportURL = "http://mindustry.us.to/report";
public static final String crashReportURL = "http://mins.us.to/report";
/** maximum distance between mine and core that supports automatic transferring */
public static final float mineTransferRange = 220f;
/** team of the player by default */