Lua-Modules
Lua-Modules copied to clipboard
fix/cleanup(div): switch to using `faction` wiki var instead of `race` wiki var
Summary
- switch to using
factionwiki vars instead ofracewiki vars - additionally it fixes a compatibility bug with HDB
- currently HDB only sets
factionwiki vars while most modules still expect theraceones - this PR switches all git components to use the
factionones instead and hence fixes the above mentioned issue - clean up some (lua) variable names
(Non git modules & templates should by now be able to work with both vars, after this PR i will remove the support for the race one)
How did you test this change?
dev