Fix another crash.

This commit is contained in:
Signal 2025-12-01 19:07:49 -05:00
parent c54579e426
commit a7ed39131c
3 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,8 @@ Player = setmetatable({
local m = setmetatable({
object = p,
pitch = 0,
yaw = 0
yaw = 0,
pos = p:get_pos()
}, {__index = Player})
m.name = p:get_player_name()