Skip to content

Fix random desyncs with `-file` in addons with custom net cvars.

haya_underscore requested to merge haya_/RingRacers:fix-file into master

Fixes #47.

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.

Merge request reports