iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Override require function #238

Closed rakiru closed 8 years ago

rakiru commented 8 years ago

require is the standard way to load modules and gives a bunch of benefits over just dofileing everything into global in the startup script, a major one being that it's what 3rd party modules will use.

This should be a pretty easy task, but I'm not entirely sure on the details of how it works by default.

rakiru commented 8 years ago

I did this ages ago 154166ceaac9633839496d80c711ee4b98965ee6.