wyozi / wmc-plus

Media center addon for Garry's Mod
MIT License
1 stars 1 forks source link

"Globalize" the Persist and IsAllowed functions #7

Closed yupi2 closed 8 years ago

wyozi commented 8 years ago

wmcp creates a global table at https://github.com/wyozi/wmc-plus/blob/master/lua/autorun/wmcplus.lua#L1

You could use that instead of the prefix namespacing.

yupi2 commented 8 years ago

Ah, I forgot about the table there. I didn't like the idea of creating the table for only two functions.