Преглед на файлове

Updated comment symbols

Bepis преди 7 години
родител
ревизия
9f0649a148
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      BepInEx/Config.cs

+ 1 - 1
BepInEx/Config.cs

@@ -81,7 +81,7 @@ namespace BepInEx
             {
                 string line = rawLine.Trim();
 
-                bool commentIndex = line.StartsWith("//");
+                bool commentIndex = line.StartsWith(";") || line.StartsWith("#");
 
                 if (commentIndex) //trim comment
                     continue;