From b7319fa3861f32bdf352751a6dcab54f19d7a6b6 Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Mon, 11 May 2020 08:18:05 +0200 Subject: fix whitelist typo --- hud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hud.lua') 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 -- cgit v1.2.3