Skip to content

Commit 73d27b2

Browse files
committed
V1.1 fixes
1 parent 0f433f0 commit 73d27b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZLheim_Modloader/Form1.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private void WriteToConfigFile(string text)
211211
string configName = "config.txt";
212212
string folderPath = Path.Combine(local, folderName);
213213
string filePath = Path.Combine(local, folderName, configName);
214-
MessageBox.Show(filePath);
214+
215215

216216
if (!System.IO.File.Exists(folderPath))
217217
{
@@ -261,7 +261,7 @@ private string ReadFromConfigFile()
261261
string folderName = "HunterModloader";
262262
string configName = "config.txt";
263263
string filePath = Path.Combine(local, folderName, configName);
264-
MessageBox.Show(filePath);
264+
265265

266266
string fileContents = "";
267267

0 commit comments

Comments
 (0)