module fs half-stable

This commit is contained in:
2025-02-07 06:39:02 +03:00
parent 39c8a03821
commit a3e03c7da1
3 changed files with 15 additions and 8 deletions

View File

@@ -119,8 +119,6 @@ class FGOS:
var peer = peerstream_fs.get_stream_peer()
if peer:
peer.put_data(data_to_sand)
else:
print_debug('client_fs.get_status != 2 !!!')
#func _parse(rx_data: PackedByteArray):