diff --git a/core/src/mindustry/content/Weathers.java b/core/src/mindustry/content/Weathers.java index ee89e4f82c..262c38475b 100644 --- a/core/src/mindustry/content/Weathers.java +++ b/core/src/mindustry/content/Weathers.java @@ -117,5 +117,4 @@ public class Weathers implements ContentList{ baseSpeed = 0.03f; }}; } - } diff --git a/core/src/mindustry/input/InputHandler.java b/core/src/mindustry/input/InputHandler.java index cb4ebad970..1ea2433660 100644 --- a/core/src/mindustry/input/InputHandler.java +++ b/core/src/mindustry/input/InputHandler.java @@ -108,7 +108,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{ if(build == null || build.items == null) return; build.items.set(item, amount); } - + @Remote(called = Loc.server, unreliable = true) public static void clearItems(Building build){ if(build == null || build.items == null) return; @@ -938,9 +938,9 @@ public abstract class InputHandler implements InputProcessor, GestureListener{ //check if tapped block is configurable if(build.block.configurable && build.interactable(player.team())){ consumed = true; - if(((!frag.config.isShown() && build.shouldShowConfigure(player)) //if the config fragment is hidden, show + if((!frag.config.isShown() && build.shouldShowConfigure(player)) //if the config fragment is hidden, show //alternatively, the current selected block can 'agree' to switch config tiles - || (frag.config.isShown() && frag.config.getSelectedTile().onConfigureTileTapped(build)))){ + || (frag.config.isShown() && frag.config.getSelectedTile().onConfigureTileTapped(build))){ Sounds.click.at(build); frag.config.showConfig(build); } diff --git a/servers_be.json b/servers_be.json index 00d82b09bc..6fcc7a4a4f 100644 --- a/servers_be.json +++ b/servers_be.json @@ -12,7 +12,7 @@ "address": "mindustry.pl:7777" }, { - "address": "46.17.104.254:9999" + "address": "mindurka.tk:9999" }, { "address": "mindustrypvp.ml:6000" diff --git a/servers_v6.json b/servers_v6.json index 265d294f65..7cfe275d04 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -89,7 +89,7 @@ }, { "name": "MD Community", - "address": ["46.17.104.254", "46.17.104.254:4000"] + "address": ["mindurka.tk", "mindurka.tk:4000"] }, { "name": "Mindustry.Party",