Skip to content

Commit 2cb105a

Browse files
committed
Fix Guild Wars copy functionality (Closes #1263) (#1272)
1 parent fbc0c39 commit 2cb105a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Daybreak/Services/Guildwars/GuildwarsCopyService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ internal sealed class GuildWarsCopyService(
2323
private readonly static string[] FilesToCopy =
2424
[
2525
"Gw.dat",
26-
"Gw.exe",
27-
"GwLoginClient.dll"
26+
"Gw.exe"
2827
];
2928

3029
private readonly PhotinoWindow photinoWindow = photinoWindow.ThrowIfNull();

0 commit comments

Comments
 (0)