From f2ff15a5aaa7f8787979b7f661466e91881cedb4 Mon Sep 17 00:00:00 2001 From: ceikry Date: Sat, 30 Oct 2021 13:27:03 -0500 Subject: [PATCH] Add reminder to make sure we can edit the cache right now --- src/main/kotlin/Rs2MapEditor.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/Rs2MapEditor.kt b/src/main/kotlin/Rs2MapEditor.kt index e973157..b0fa85e 100644 --- a/src/main/kotlin/Rs2MapEditor.kt +++ b/src/main/kotlin/Rs2MapEditor.kt @@ -113,6 +113,7 @@ object Rs2MapEditor { isResizable = false isVisible = true CustomEventQueue.install() + JOptionPane.showConfirmDialog(this, "Please make sure it is okay to make cache changes right now.","ALERT",JOptionPane.OK_OPTION) } }