Skip to content

Commit

Permalink
Should fix #212
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Dec 29, 2021
1 parent 248a4c7 commit 350212e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/courseManager/FileSystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ end
function File:delete()
getfenv(0).deleteFile(self:getFullPath())
CpUtil.debugFormat(CpDebug.DBG_COURSES, 'deleted file %s', self:getFullPath())
return true
end

--- Saves the xml file.
Expand Down

0 comments on commit 350212e

Please sign in to comment.