Skip to content

Commit

Permalink
fix skycity2 name
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Nov 4, 2023
1 parent 48bb2ff commit d3c5a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions GiganticEmu.Agent/ServerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ public async Task<int> StartInstance(string map, int? maxPlayers = null, (string

private async Task<Instance> StartInstance(int port, string map, int? maxPlayers, (string, string, string)? creatures, bool useLobby)
{
useLobby = false;

string? binary = null;
foreach (var exe in new[] { "RxGame-Win64-Test.exe", "RxGame-Arc-Win64-Test.exe" })
{
Expand Down
2 changes: 1 addition & 1 deletion GiganticEmu.Shared/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public record Map
new Map { Id = "lv_mistforge", Name = "[Clash] Sanctum Falls" },
new Map { Id = "lv_valley", Name = "[Clash] Sirens Strand" },
new Map { Id = "lv_wizardwoods", Name = "[Clash] Ember Grove" },
new Map { Id = "lv_skycityv2", Name = "[Clash] Sky City V2" },
new Map { Id = "lv_skycity2", Name = "[Clash] Sky City" },
new Map { Id = "lv_modcity", Name = "[Clash] Sky Tuga" },

new Map { Id = "rs_canyon2", Name = "[Rush] Ghost Reef" },
Expand Down

0 comments on commit d3c5a57

Please sign in to comment.