mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-15 11:45:42 +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:
parent
95aa48c456
commit
7a3f7d3bba
@ -66,7 +66,7 @@ local function stub(tbl, key, value)
|
|||||||
stub.arguments = arguments
|
stub.arguments = arguments
|
||||||
value = function(...)
|
value = function(...)
|
||||||
arguments[#arguments + 1] = table.pack(...)
|
arguments[#arguments + 1] = table.pack(...)
|
||||||
return delegate(value)
|
return delegate(...)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user