1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 22:23:21 +00:00

I'm a muppet

Even worse, I enabled branch protection for some reason, and so can't
force push and pretend this never happened.
This commit is contained in:
SquidDev 2019-06-29 15:44:53 +01:00
parent 95aa48c456
commit 7a3f7d3bba

View File

@ -66,7 +66,7 @@ local function stub(tbl, key, value)
stub.arguments = arguments
value = function(...)
arguments[#arguments + 1] = table.pack(...)
return delegate(value)
return delegate(...)
end
end