Skip to content

Commit

Permalink
update source/WeekData.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Jun 10, 2023
1 parent 56ec1a0 commit ca17b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/WeekData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class WeekData {
Paths.currentModDirectory = '';

#if MODS_ALLOWED
if (FileSystem.exists(SUtil.getStorageDirectory() + "modsList.txt"))
if (SUtil.getStorageDirectory() + FileSystem.exists("modsList.txt"))
{
var list:Array<String> = CoolUtil.listFromString(File.getContent(SUtil.getStorageDirectory() + "modsList.txt"));
var foundTheTop = false;
Expand Down

0 comments on commit ca17b85

Please sign in to comment.