Skip to content

Commit

Permalink
Changed from int to TransferMode (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydensipe committed Jun 7, 2023
1 parent 9ac24d9 commit 1cc17d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ func _get_packet_script() -> PackedByteArray:
return PackedByteArray()
return _incoming_packets.pop_front().data

func _get_packet_mode() -> int:
func _get_packet_mode() -> TransferMode:
return TRANSFER_MODE_RELIABLE

func _get_packet_channel() -> int:
Expand Down

0 comments on commit 1cc17d7

Please sign in to comment.