Skip to content

Commit

Permalink
crashing is a bad idea
Browse files Browse the repository at this point in the history
therefore, don't do it
  • Loading branch information
tertu-m committed May 20, 2016
1 parent dbefa5f commit 57f4eec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DDR SN3/Scripts/00 aaDataCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ local badFiles = {"/Scripts/06 MyGrooveRadarHelpers.lua",

for _, path in pairs(badFiles) do
if FILEMAN:DoesFileExist(THEME:GetCurrentThemeDirectory()..path) then
UndocumentedFeature("You aren't using a clean copy of DDR SuperNOVA 3!")
--XXX: Figure out a better thing to do here.
Warn("Found file "..badFiles.." that shouldn't exist.\nYou aren't using a clean copy of DDR SuperNOVA 3!\nThis will likely cause problems.")
return
end
end
end

0 comments on commit 57f4eec

Please sign in to comment.