MalboroDEV / PermaProps

PermaProps
12 stars 20 forks source link

Removing Textscreens hooks results in large bugs with other addons #22

Closed Cherry closed 4 years ago

Cherry commented 4 years ago

These lines are removing my hooks that prevent other tools from interfacing with Textscreens:

https://github.com/MalboroDEV/PermaProps/blob/master/lua/permaprops/sv_permissions.lua#L75-L76

This causes problems in servers as it allows users to run things like Fading Doors on Textscreens, resulting in the bug reported at https://github.com/Cherry/3D2D-Textscreens/issues/60#issuecomment-568050577 and making its rounds amongst some popular YouTubers right now.

I've added permaprops to the whitelist of tools able to run on Textscreens as per https://github.com/Cherry/3D2D-Textscreens/commit/870b17e12272f2bc6d99fcaf2c4ef5c12027fa2d, so please update and release a new version of this addon ASAP. Brute-force removal of my hooks is causing lots of problems.

MalboroDEV commented 4 years ago

Sending steam update asap.