فهرست منبع

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;