Explorar o código

Updated comment symbols

Bepis %!s(int64=7) %!d(string=hai) anos
pai
achega
9f0649a148
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;