From 3a2a591c43815d3bfe8dc6b64384c4f20b54e884 Mon Sep 17 00:00:00 2001 From: ThePythonGuy <45978337+ThePythonGuy3@users.noreply.github.com> Date: Fri, 31 Jul 2020 12:35:32 +0200 Subject: [PATCH] Last fix (i hope) --- core/src/mindustry/ui/dialogs/ModsDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/ui/dialogs/ModsDialog.java b/core/src/mindustry/ui/dialogs/ModsDialog.java index abaea0f441..d4e6384781 100644 --- a/core/src/mindustry/ui/dialogs/ModsDialog.java +++ b/core/src/mindustry/ui/dialogs/ModsDialog.java @@ -141,7 +141,7 @@ public class ModsDialog extends BaseDialog{ t.row(); - t.button("$mod.featured.title", Icon.github, bstyle, () -> { + t.button("$mod.featured.title", Icon.star, bstyle, () -> { try { //Keep this until mods work ui.showErrorMessage("This feature doesnt work completely due to mods not working in v6. Wait for this to be fixed. If you decide to use it anyways, mods will not let you enter the game.");