TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers
http://ulyssesmod.net
Other
104 stars 55 forks source link

Fix leaked global #95

Closed brandonsturgeon closed 11 months ago

brandonsturgeon commented 1 year ago

Simple fix. Previously, currTable was a global on both Server and Client.

This fixes it with no apparent impact on running commands 👍