Update ModsDialog.java

This commit is contained in:
ThePythonGuy 2020-07-31 12:34:36 +02:00 committed by GitHub
parent d83405c946
commit 5d4cbf6af5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();