Merge pull request #476 from forsureitsme/patch-1

Removed redundant code at Noteskins/pump/default/Noteskin.lua
This commit is contained in:
Jason Felds
2015-09-16 06:28:57 -04:00
+1 -6
View File
@@ -101,11 +101,6 @@ local function func()
sButton = "UpLeft"
end
local path = NOTESKIN:GetPath(sButton,ElementToLoad)
if ( string.find(sElement,"Hold") or string.find(sElement,"Roll") )
and not ( string.find(sElement,"Head") or string.find(sElement,"Tail") )
then
path = NOTESKIN:GetPath(sButton,ElementToLoad)
end
local t = LoadActor(path)
@@ -128,4 +123,4 @@ end
Noteskin.Load = func
Noteskin.CommonLoad = func
return Noteskin
return Noteskin