diff --git a/core/src/mindustry/ui/dialogs/ModsDialog.java b/core/src/mindustry/ui/dialogs/ModsDialog.java index bba53bf5a7..abaea0f441 100644 --- a/core/src/mindustry/ui/dialogs/ModsDialog.java +++ b/core/src/mindustry/ui/dialogs/ModsDialog.java @@ -143,7 +143,7 @@ public class ModsDialog extends BaseDialog{ t.button("$mod.featured.title", Icon.github, bstyle, () -> { try { - //Remove this until mods work + //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 dialog.hide();