Skip to content

Commit 0714e5c

Browse files
authored
IVec3 to Vector3 (JaylyDev#40)
1 parent 362c9bd commit 0714e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/simulated-player/SimulatedPlayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class SimulatedPlayer {
4949
* Current location of the player.
5050
* @throws This property can throw when used.
5151
*/
52-
public get 'location' (): Minecraft.IVec3 { return this.__player.location };
52+
public get 'location' (): Minecraft.Vector3 { return this.__player.location };
5353
/**
5454
* Name of the player.
5555
* @throws This property can throw when used.

0 commit comments

Comments
 (0)