Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Dec 10, 2021
1 parent 2bf1a76 commit 4e38397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ postool.getPlayerTables = function(oPlayer, bRef)

if not tDB then
-- happens when player is not online but has postool in a machine
postool.initHud(oPlayer);
postool.initHud(oPlayer)
tDB = postool.tHudDB[sName]
end

Expand Down

0 comments on commit 4e38397

Please sign in to comment.