Skip to content

Commit c02b2fd

Browse files
committed
fix: Small corrections
1 parent 1ad4b01 commit c02b2fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SSV2/includes/data/yrv3_data.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ local RawBusinessData <const> = {
321321
return GVars.features.yim_heists.dday_cd
322322
end,
323323
onEnable = function()
324-
if (stats.get_int("MPX_GANGOPS_FLOW_MISSION_PROG") > 0) then
325-
stats.set_int("MPX_GANGOPS_FLOW_MISSION_PROG", 0)
324+
if (stats.get_int("MPX_GANGOPS_LAUNCH_TIME") > 0) then
325+
stats.set_int("MPX_GANGOPS_LAUNCH_TIME", 0)
326326
end
327327
end
328328
},

SSV2/includes/services/Translator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function Translator:TranslateGXT(label)
133133
if (string.isvalid(GXT) and GXT ~= "NULL") then
134134
return GXT -- get label from the game.
135135
else
136-
return _T(label) -- no GXT; use our own translations
136+
return self:Translate(label) -- no GXT; use our own translations
137137
end
138138
end
139139

0 commit comments

Comments
 (0)