Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 7de550e

Browse files
committed
Smol fix
1 parent a22161d commit 7de550e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RobloxFiles/ServerScriptService/NPCHandler.Script.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ local function sendData(player, disconnect)
3939
x = adjustedX,
4040
y = adjustedY,
4141
z = adjustedZ,
42-
ya = yaw,
43-
pi = pitch
42+
yaw = yaw,
43+
pitch = pitch
4444
}
4545
end
4646

0 commit comments

Comments
 (0)