aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com>2020-05-11 08:18:05 +0200
committerGitHub <noreply@github.com>2020-05-11 08:18:05 +0200
commitb7319fa3861f32bdf352751a6dcab54f19d7a6b6 (patch)
treed62fd33f00e6490fdbd375a257cbb4c609d00fd1
parent96f95b9069f7e7d3ccb7d8ad916273c605a15e82 (diff)
downloadmesecons_debug-b7319fa3861f32bdf352751a6dcab54f19d7a6b6.tar.gz
mesecons_debug-b7319fa3861f32bdf352751a6dcab54f19d7a6b6.zip
fix whitelist typo
-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