Исправление. Обращение к сети в редакторе

This commit is contained in:
sasha80
2024-10-29 08:40:35 +03:00
parent f3d47ae383
commit b6b9336fcb

View File

@@ -205,6 +205,8 @@ func get_tcp_data(sock: SocketTCP, peer, len_rx):
func _process(_delta: float) -> void:
if Engine.is_editor_hint():
return
var tick = Time.get_ticks_msec()
for addr in units_udp:
var unit = units[addr]