Skip to content

Commit

Permalink
what the freak
Browse files Browse the repository at this point in the history
  • Loading branch information
XtraCube committed Aug 28, 2024
1 parent f1639a7 commit 19c7e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiraAPI.Example/Buttons/Teleporter/TeleportButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected override void FixedUpdate(PlayerControl playerControl)
if (Input.GetKey(KeyCode.Mouse0))
{
playerControl.NetTransform.RpcSnapTo(Camera.main.ScreenToWorldPoint(Input.mousePosition));
ResetCooldown();
ResetCooldownAndOrEffect();
}
}

Expand Down

0 comments on commit 19c7e38

Please sign in to comment.