Facepunch/garrysmod-requests

Restore jit.util.funck

ryanoutcome20 opened this issue · 1 comments

Details

Restore jit.util.funck, as its functionality is nearly identical to debug.getlocal, with a few minor differences. And it is very helpful for custom debuggers and error detection, and it only has access to Lua defined functions (so it poses zero security risk).

There is no reason to remove perfectly safe, functional, and useful functions as a "preemptive measure", especially when the function has no access to write and only to read.

Yes please, bring back my homie jit.util.funck back from the dead