CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Extract global `Handlebars.registerPartials` calls #213

Closed CodeWringer closed 1 year ago

CodeWringer commented 1 year ago

Ideally, these calls would be made in the system's initialization code and explicitly via a function call, rather than implicitly when a module is loaded.