Skip to content

Commit

Permalink
Make AppVeyor Great Again
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed May 20, 2019
1 parent bee6db3 commit 4c17a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SRL/Reloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ internal static void Init() {
}

if (!File.Exists(TLMap) || Ini.GetConfig(CfgName, "Rebuild", IniPath, false).ToLower() == "true") {
Log("Unabled to load the {0}", false, TLMap);
Log("Unabled to load the {0}", true, TLMap);
bool ContainsSplitedList = Directory.GetFiles(BaseDir, Path.GetFileName(string.Format(TLMapSrcMsk, "*"))).Length != 0;

if (File.Exists(TLMapSrc) || ContainsSplitedList)
Expand Down
1 change: 1 addition & 0 deletions SRL/SRL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
Expand Down

0 comments on commit 4c17a6e

Please sign in to comment.