diff --git a/libs/ui/CountersSelector.lua b/libs/ui/CountersSelector.lua index 85a36b3..311efc7 100644 --- a/libs/ui/CountersSelector.lua +++ b/libs/ui/CountersSelector.lua @@ -234,7 +234,7 @@ local function CountersSelector(initialCountersMap, config) globalCounter = 0 elseif keyPressed == keys.enter then shouldContinue = false - elseif keypRessed == keys.q then + elseif keyPressed == keys.q then return nil end end