[moremesecons_jammer] Fix missing quotes

This commit is contained in:
upsilon 2017-03-12 17:26:53 +01:00
parent 29499c5f78
commit 79aa35bc62
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local function remove_jammer(pos)
end
local function is_jammed(pos)
local JAMMER_MAX_DISTANCE = tonumber(minetest.setting_get(moresecons_jammer.max_distance)) or 10
local JAMMER_MAX_DISTANCE = tonumber(minetest.setting_get("moresecons_jammer.max_distance")) or 10
if JAMMER_MAX_DISTANCE <= 0 then
JAMMER_MAX_DISTANCE = 1
elseif JAMMER_MAX_DISTANCE ~= JAMMER_MAX_DISTANCE then -- NaN