push the delays way up because i hate myself

This commit is contained in:
JohnCorby 2021-11-17 02:24:03 -08:00
parent f8e7f868ac
commit bd93ea92ba
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ namespace QSB.MeteorSync.Events
body.MoveToRotation(targetRot);
SetVelocity(body, targetVel);
body.SetAngularVelocity(targetAngVel);
}, 20);
}, 50);
}
}

View File

@ -19,7 +19,7 @@ namespace QSB.MeteorSync
QSBWorldSync.Init<QSBMeteor, MeteorController>();
QSBWorldSync.Init<QSBFragment, FragmentIntegrity>();
Ready = true;
}, 10);
}, 50);
}
}
}