fixed logic bug and added cache for nolan

This commit is contained in:
Jadis0x
2024-05-31 23:51:08 +03:00
parent 58e36f2eb9
commit be5f59f1b5
2 changed files with 15 additions and 14 deletions

View File

@@ -147,6 +147,7 @@ void Misc::Fly(float speed) {
if (localPlayer == nullptr) return;
auto nb = Player::GetNolan();
app::Transform* _transform = Unity::Transform::Get(localPlayer);
if (_transform) {