Skip to content

Commit f6c1346

Browse files
authored
Update MainWindow.xaml.cs
1 parent 15bad79 commit f6c1346

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BypassReplacer/MainWindow.xaml.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public MainWindow()
113113
Console.WriteLine("Проверка на вшивость...");
114114
Dispatcher.Invoke(() => inform.Text = "Проверка на вшивость...");
115115

116-
if (!File.Exists("C:\\Xenoceal\\" + replaceName))
116+
if (!File.Exists("C:\\Cristalix\\" + replaceName))
117117
{
118-
Dispatcher.Invoke(() => inform.Text = "Ошибка: Не найден файл " + "C:\\Xenoceal\\" + replaceName + "\n\nПерезапустите BypassReplacer для повторной попытки");
118+
Dispatcher.Invoke(() => inform.Text = "Ошибка: Не найден файл " + "C:\\Cristalix\\" + replaceName + "\n\nПерезапустите BypassReplacer для повторной попытки");
119119
return;
120120
}
121121
if (IsSymbolicLink(filePath))
@@ -125,9 +125,9 @@ public MainWindow()
125125
return;
126126
}
127127

128-
if (IsFileEqual("C:\\Xenoceal\\" + replaceName, filePath))
128+
if (IsFileEqual("C:\\Cristalix\\" + replaceName, filePath))
129129
{
130-
Dispatcher.Invoke(() => inform.Text = "Ошибка: Похоже файл " + "C:\\Xenoceal\\" + replaceName + " был перезаписан лаунчером, верните модифиваронный " + replaceName + "\n\nПерезапустите BypassReplacer для повторной попытки");
130+
Dispatcher.Invoke(() => inform.Text = "Ошибка: Похоже файл " + "C:\\Cristalix\\" + replaceName + " был перезаписан лаунчером, верните модифиваронный " + replaceName + "\n\nПерезапустите BypassReplacer для повторной попытки");
131131
return;
132132
}
133133

@@ -152,7 +152,7 @@ public MainWindow()
152152
}
153153
}
154154
File.Delete(filePath);
155-
File.Copy("C:\\Xenoceal\\" + replaceName, filePath, overwrite: true);
155+
File.Copy("C:\\Cristalix\\" + replaceName, filePath, overwrite: true);
156156
JavaProcess(currProcess, true);
157157

158158
Console.WriteLine("Ждём запуска майнкрафта...");

0 commit comments

Comments
 (0)