Updated discord link to point to #rules

This commit is contained in:
Anuken 2018-02-11 16:20:36 -05:00
parent a248891a94
commit b0f26a0cf4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#Autogenerated file. Do not modify.
#Sun Feb 11 16:07:52 EST 2018
#Sun Feb 11 16:16:21 EST 2018
version=beta
androidBuildCode=168
name=Mindustry

View File

@ -41,7 +41,7 @@ public class Vars{
//how far away from spawn points the player can't place blocks
public static final float enemyspawnspace = 65;
//discord group URL
public static final String discordURL = "https://discord.gg/r8BkXNd";
public static final String discordURL = "https://discord.gg/BKADYds";
public static final String serverURL = "http://localhost:3000";
//directory for user-created map data

View File

@ -350,7 +350,7 @@ public class NetClient extends Module {
Net.send(packet, SendMode.udp);
}
if(timer.get(1, playerSyncTime)){
if(timer.get(1, 60)){
Net.updatePing();
}
}