Merge remote-tracking branch 'origin/dev_danil' into dev_maxim
# Conflicts: # scripts/PRD.gd # scripts/network.gd
This commit is contained in:
@@ -279,7 +279,7 @@ func set_fs_attenuation(attenuation: float):
|
||||
func connect_fs_2():
|
||||
if client_fs_2:
|
||||
disconnect_fs_2(client_fs_2)
|
||||
|
||||
|
||||
client_fs_2 = StreamPeerTCP.new()
|
||||
peerstream_fs_2 = PacketPeerStream.new()
|
||||
var rc = client_fs_2.connect_to_host(ip_fs_2, Constants.PORT_FS)
|
||||
|
||||
Reference in New Issue
Block a user