This commit is contained in:
qfx 2020-02-21 19:43:42 +02:00
parent 0d442fc29b
commit 5a0a786638

View File

@ -318,7 +318,6 @@ end
--Run per sub --Run per sub
function input.checkSub(sub,hit) function input.checkSub(sub,hit)
if sub.parentWindow and sub.parentWindow == hit then if sub.parentWindow and sub.parentWindow == hit then
print(sub.parentWindow)
return true return true
elseif not hit then elseif not hit then
return true return true