File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1983,7 +1983,9 @@ local function InitFunctions()
19831983 return game :GetFrameCount () > 0
19841984 and playerHUDIndex == 1
19851985 and (not HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ]
1986- or HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ].Name == " EID" )
1986+ or HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ].Name == " EID"
1987+ or HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ].Priority == HudHelper .Priority .VANILLA
1988+ )
19871989 and EID .PositionModifiers [" HudHelper" ]
19881990 end ,
19891991 OnRender = function ()
@@ -2001,6 +2003,7 @@ local function InitFunctions()
20012003 and playerHUDIndex == 1
20022004 and HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ]
20032005 and HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ].Name ~= " Reset EID"
2006+ and HudHelper .LastAppliedHUD [HudHelper .HUDType .EXTRA ][1 ].Priority ~= HudHelper .Priority .VANILLA
20042007 end ,
20052008 OnRender = function (_ , _ , _ , position )
20062009 local posYModifier = 0
You can’t perform that action at this time.
0 commit comments