GmodStarfall / Starfall

Starfall Processor for Garry's Mod + Wiremod
http://www.wiremod.com/forum/developers-showcase/22739-starfall-processor.html
Other
13 stars 6 forks source link

Move lua/starfall folder to lua/modules/starfall #137

Closed ColonelThirtyTwo closed 11 years ago

ColonelThirtyTwo commented 11 years ago

I think this may let the code work with garry's require replacement. IE instead of doing include("starfall/whatever") and worrying about whether the file has been included multiple times, we can do require("starfall/whatever") and be done with it.

Unless garry wrote out packages.loaded too...

ColonelThirtyTwo commented 11 years ago

Yup, require doesn't return anything... Sigh, garry.