Fix random desyncs with `-file` in addons with custom net cvars.
Fixes #47 (closed).
Simply put, it seems that lua cvars are registered and made before any base game ones do. Moving this around seems to fix the issue, though I'm welcome if anyone could find a better fix.