Fix a load of issues, add luacheck and travis
This commit is contained in:
parent
c21b192f82
commit
7bd82dca86
28 changed files with 144 additions and 107 deletions
|
@ -44,7 +44,7 @@ local function remove_entity_tag(player)
|
|||
local tag = nametags[player:get_player_name()]
|
||||
if tag then
|
||||
tag:remove()
|
||||
tag = nil
|
||||
nametags[player:get_player_name()] = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue