File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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
138138end
139139
You can’t perform that action at this time.
0 commit comments