fixed proxy_table using the wrong namespace

This commit is contained in:
FatalErr42O 2024-06-26 21:16:32 -07:00
parent 9dbd1c2f98
commit 75cdb45a52

View File

@ -1,5 +1,5 @@
--
local Proxy_table = mtul.classes.proxy_table
local Proxy_table = mtul.class.proxy_table
Proxy_table = {
registered_proxies = {},
proxy_children = {}