Cleanup
This commit is contained in:
@ -36,7 +36,7 @@ func handle_packet(data: PackedByteArray):
|
||||
controller.server_position.z = z
|
||||
controller.direction_changed.emit(Vector3(direction_x, 0, direction_z))
|
||||
|
||||
func _process(_delta):
|
||||
func _process(_delta: float):
|
||||
if !Global.player:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user