Skip to content

Commit b445df1

Browse files
authored
Update MainWindow.xaml.cs
1 parent b261d25 commit b445df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BypassReplacer/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public MainWindow()
5757
List<Process> multiProcess = new List<Process>();
5858
string filePath = "";
5959
string filePathMinecraft = "";
60-
string replacePath = "\\Minigames\\";
61-
string replaceName = "minecraft.jar";
60+
string replacePath = "\\Minigames\\libraries\\";
61+
string replaceName = "feder-live-SNAPSHOT.jar";
6262

6363
// TODO Serega007 всё это не используется так как это отжирает % ЦП, на моём 20-ти ядерном Xeon 5% WMI отжирал, но на каком-нибудь 2-х ядерном Atom это наверно будет очень больно
6464
/*try

0 commit comments

Comments
 (0)