1
0
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:
grilledham 2018-11-28 11:20:23 +00:00
parent 4031c528e3
commit 12b8e92260

View File

@ -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