Rename Lua UserInterface.Translate to .GetFluentMessage.
This commit is contained in:
@@ -372,7 +372,7 @@ Tick = function()
|
||||
end
|
||||
if RemainingTime > 0 and TimerStarted then
|
||||
if (RemainingTime % DateTime.Seconds(1)) == 0 then
|
||||
Timer = UserInterface.Translate("time-remaining", { ["time"] = Utils.FormatTime(RemainingTime) })
|
||||
Timer = UserInterface.GetFluentMessage("time-remaining", { ["time"] = Utils.FormatTime(RemainingTime) })
|
||||
UserInterface.SetMissionText(Timer, USSR.Color)
|
||||
end
|
||||
RemainingTime = RemainingTime - 1
|
||||
|
||||
Reference in New Issue
Block a user