mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +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
|
end
|
||||||
|
|
||||||
local nuke_control = global.config.nuke_control
|
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
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user