revert: clean cache action

This commit is contained in:
rhunk
2023-06-22 01:34:31 +02:00
parent c501682a2f
commit f995cc1ed5

View File

@@ -22,7 +22,7 @@ class ActionManager(
actions[action.nameKey] = action
}
override fun init() {
//load(CleanCache::class)
load(CleanCache::class)
//load(ClearMessageLogger::class)
//load(RefreshMappings::class)
load(OpenMap::class)