The source project of this merge request has been removed.
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.