Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Apr 3, 2023
1 parent 1620176 commit fd05e62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/server/player/teleport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,3 @@ export function toVehicle(player: alt.Player, vehicle: alt.Vehicle) {
export function toPosition(player: alt.Player, pos: alt.IVector3) {
Athena.player.safe.setPosition(player, pos.x, pos.y, pos.z, false);
}

Athena.systems.defaults.time.disable();



0 comments on commit fd05e62

Please sign in to comment.