use OnDisconnect to reset timescale instead since it doesnt do a bunch of other stuff

This commit is contained in:
JohnCorby 2022-01-01 01:21:12 -08:00
parent a01eb6ad03
commit a6f820d556

View File

@ -257,7 +257,7 @@ namespace QSB.TimeSync
if (EyeDisable)
{
ResetTimeScale();
OnDisconnect();
enabled = false;
}
}