ZakBlystone / gmod_blueprints

Blueprint Editor for Garry's Mod (Visual Programming)
GNU General Public License v3.0
59 stars 9 forks source link

While entrypoint is okay-ish, store the rest of the code outside autorun folder #19

Closed ExtReMLapin closed 4 years ago

ExtReMLapin commented 4 years ago

It's fine to use two autorun files, but it's still recommended to not use abreviations to prevent possible common files names (colisions) with others addons.

Just move everything from lua/autorun/*/* to lua/blueprints/*/*

ZakBlystone commented 4 years ago

Updated in commits f2cc665ba20d9bbfdf8b20d347ffffbf6098127c and 5cd6d2a8ee1751d5b503fea7f74cada927507ae0