Updated discord link to point to #rules
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#Autogenerated file. Do not modify.
|
#Autogenerated file. Do not modify.
|
||||||
#Sun Feb 11 16:07:52 EST 2018
|
#Sun Feb 11 16:16:21 EST 2018
|
||||||
version=beta
|
version=beta
|
||||||
androidBuildCode=168
|
androidBuildCode=168
|
||||||
name=Mindustry
|
name=Mindustry
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ public class Vars{
|
|||||||
//how far away from spawn points the player can't place blocks
|
//how far away from spawn points the player can't place blocks
|
||||||
public static final float enemyspawnspace = 65;
|
public static final float enemyspawnspace = 65;
|
||||||
//discord group URL
|
//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";
|
public static final String serverURL = "http://localhost:3000";
|
||||||
//directory for user-created map data
|
//directory for user-created map data
|
||||||
|
|||||||
@@ -350,7 +350,7 @@ public class NetClient extends Module {
|
|||||||
Net.send(packet, SendMode.udp);
|
Net.send(packet, SendMode.udp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(timer.get(1, playerSyncTime)){
|
if(timer.get(1, 60)){
|
||||||
Net.updatePing();
|
Net.updatePing();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user