Vurv78/Expressive

[bug] Replacing ``require`` causes issues with addons that also do this

Vurv78 opened this issue · 1 comments

Describe the bug
Since garry is fucking stupid and require doesn't work, I fixed it through the monkeypatch here https://github.com/Vurv78/Expressive/blob/master/lua/includes/modules/fix_require.lua

HOWEVER, since anticheats also try and hook / replace this function it will break Expressive.

Found this with a server in the wild that had this which is cool but note that this is still very dangerous as evidenced by a55bb65

No longer do this in next branch.