summaryrefslogtreecommitdiffhomepage
path: root/config/menuhost.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/menuhost.lua')
-rw-r--r--config/menuhost.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/menuhost.lua b/config/menuhost.lua
index bd7a3b9..af7dad1 100644
--- a/config/menuhost.lua
+++ b/config/menuhost.lua
@@ -28,7 +28,7 @@ return {
return map_selector:isLocked()
end)
:set("active", function (self)
- MAP = map_selector:getFullSelection(true)[1][1]
+ MAP = map_selector:getFullSelection(true)[1][1] -- please, don't kill me for this, kek
self.parent:load("menuselect")
end)
,