mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
fix for nuke_control
This commit is contained in:
parent
4031c528e3
commit
12b8e92260
@ -128,7 +128,7 @@ local function on_capsule_used(event)
|
||||
end
|
||||
|
||||
local nuke_control = global.config.nuke_control
|
||||
if not nuke_control.enable_autokick or not nuke_control.enable_autoban then
|
||||
if not nuke_control.enable_autokick and not nuke_control.enable_autoban then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user