From 4e3839732821e8c12374703d758ec8d9bd548a2a Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Fri, 10 Dec 2021 18:57:29 +0100 Subject: [PATCH] cleanup --- huds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huds.lua b/huds.lua index 8c1e390..8a4aa90 100644 --- a/huds.lua +++ b/huds.lua @@ -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