mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 04:28:27 +07:00
Updated discord link to point to #rules
This commit is contained in:
parent
a248891a94
commit
b0f26a0cf4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user