Skip to content

Commit

Permalink
renaming Step to Index, Step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamian404 committed Sep 5, 2024
1 parent 92955e1 commit fe77b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APR-Core/StatusReport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function APR:getStatusReportInfos()
clientLanguage = { "Language", GetLocale() },
currentTime = { "Time & Date", date() },
currentRoute = { "Route", APR.ActiveRoute or NO_ACTIVE },
currentStep = { "Step", currentStep or NO_ACTIVE },
currentStep = { "Index, Step", currentStep or NO_ACTIVE },
currentZone = { "Zone", GetRealZoneText() or UNKNOWN },
currentContinent = { "Continent", C_Map.GetMapInfo(APR:GetContinent()).name },
currentCoords = { "Coordinates", coordinates or INSTANCE },
Expand Down

0 comments on commit fe77b04

Please sign in to comment.