From d6065865f57352d85a18c71689c22709beb6caa5 Mon Sep 17 00:00:00 2001 From: ThePythonGuy <45978337+ThePythonGuy3@users.noreply.github.com> Date: Sat, 8 Aug 2020 19:31:52 +0200 Subject: [PATCH] Delete warning --- core/src/mindustry/ui/dialogs/ModsDialog.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/mindustry/ui/dialogs/ModsDialog.java b/core/src/mindustry/ui/dialogs/ModsDialog.java index bea3cddd9c..7489788bc7 100644 --- a/core/src/mindustry/ui/dialogs/ModsDialog.java +++ b/core/src/mindustry/ui/dialogs/ModsDialog.java @@ -245,9 +245,6 @@ public class ModsDialog extends BaseDialog{ }); dialog2.addCloseButton(); dialog2.show(); - //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."); - //Until here }catch (Exception e){ //ignore }