refactor!: replace setters with fields
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ function look_at_player(name)
|
||||
local player = get_player(name)
|
||||
if player then
|
||||
player.position.y = player.position.y + 1
|
||||
client:look_at(player.position)
|
||||
client.looking_at = player.position
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user