Remove redundant code at Noteskins/pump/default/Noteskin.lua
Unless this is a compatibility code for something/there is a inexplicable bug somewhere that needs this here.
This commit is contained in:
@@ -101,11 +101,6 @@ local function func()
|
|||||||
sButton = "UpLeft"
|
sButton = "UpLeft"
|
||||||
end
|
end
|
||||||
local path = NOTESKIN:GetPath(sButton,ElementToLoad)
|
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)
|
local t = LoadActor(path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user