Skip to content

Commit

Permalink
Update location dictionary keys to match their ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed Dec 18, 2024
1 parent a68e04f commit 25cff58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Fuyu.Backend.EFT/Controllers/Http/MatchLocalStartController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ public MatchLocalStartController() : base("/client/match/local/start")
{ "bigmap", Resx.GetText("eft", "database.locations.bigmap.json") },
{ "factory4_day", Resx.GetText("eft", "database.locations.factory4_day.json") },
{ "factory4_night", Resx.GetText("eft", "database.locations.factory4_night.json") },
{ "interchange", Resx.GetText("eft", "database.locations.interchange.json") },
{ "Interchange", Resx.GetText("eft", "database.locations.interchange.json") },
{ "laboratory", Resx.GetText("eft", "database.locations.laboratory.json") },
{ "lighthouse", Resx.GetText("eft", "database.locations.lighthouse.json") },
{ "rezervbase", Resx.GetText("eft", "database.locations.rezervbase.json") },
{ "sandbox", Resx.GetText("eft", "database.locations.sandbox.json") },
{ "shoreline", Resx.GetText("eft", "database.locations.shoreline.json") },
{ "tarkovstreets", Resx.GetText("eft", "database.locations.tarkovstreets.json") },
{ "woods", Resx.GetText("eft", "database.locations.woods.json") }
{ "Lighthouse", Resx.GetText("eft", "database.locations.lighthouse.json") },
{ "ReservBase", Resx.GetText("eft", "database.locations.rezervbase.json") },
{ "Sandbox", Resx.GetText("eft", "database.locations.sandbox.json") },
{ "Shoreline", Resx.GetText("eft", "database.locations.shoreline.json") },
{ "TarkovStreets", Resx.GetText("eft", "database.locations.tarkovstreets.json") },
{ "Woods", Resx.GetText("eft", "database.locations.woods.json") }
};
}

Expand Down

0 comments on commit 25cff58

Please sign in to comment.