Add reminder to make sure we can edit the cache right now

This commit is contained in:
ceikry 2021-10-30 13:27:03 -05:00
parent 34cd83a1ff
commit f2ff15a5aa

View file

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