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) } }