mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Merge pull request #11872 from Couls/AZERTY-cyborg-fix
AZERTY keybind hotfix
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
cycle_modules()
|
||||
return
|
||||
if("Q")
|
||||
uneq_active()
|
||||
return
|
||||
if(!(client.prefs.toggles & AZERTY))
|
||||
uneq_active()
|
||||
return
|
||||
if("A")
|
||||
if(client.prefs.toggles & AZERTY)
|
||||
uneq_active()
|
||||
return
|
||||
return ..()
|
||||
Reference in New Issue
Block a user