Skip to content

Commit

Permalink
fix whitelist typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed May 11, 2020
1 parent 96f95b9 commit b7319fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7319fa

Please sign in to comment.