Closed MosleyTheMalO closed 2 years ago
No src.
also using vars.Find()
and vars[]
is redundant, they're doing the same exact thing, if you were to ask me, only keep the vars[]
one
also using
vars.Find()
andvars[]
is redundant, they're doing the same exact thing, if you were to ask me, only keep thevars[]
one
Problem with any fixes is if it's not done exactly the way it is rn it will make the tgui subsystem freak out with anyone that opens the interactions menu
Uhuh...
About The Pull Request
For some reason the new system using vars[] makes it so that you basically have to remove the tgui subsystem in order to even play. This fixes that and also an exploit with tetris machines. Ports over the fixes made by https://github.com/Hideyoshi1
Why It's Good For The Game
this is NOT normal
A Port?
Changelog
:cl: Hideyoshi1 bugfix: Makes tgui not freak out for opening the interaction menu bugfix: Makes tetris machines not exploitable /:cl: