aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hud.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hud.lua b/hud.lua
index 93e879c..fff431c 100644
--- a/hud.lua
+++ b/hud.lua
@@ -37,7 +37,7 @@ local function get_info(player)
local txt = "Mesecons @ (" .. blockpos.x .. "/" .. blockpos.y .. "/" .. blockpos.z .. ") "
- if ctx.whitlisted then
+ if ctx.whitelisted then
txt = txt .. "whitelisted, no limits"
return txt, 0x00FF00
end