Skip to content

Commit 43adf71

Browse files
Revert to custom engine build
1 parent 859472e commit 43adf71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
id: export
2727
uses: firebelley/godot-export@v7.0.0
2828
with:
29-
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.5-stable/Godot_v4.5-stable_linux.x86_64.zip
30-
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz
29+
godot_executable_download_url: https://github.com/not-my-username/godot/releases/download/4.5.2-so_reusraddr/godot.linuxbsd.editor.x86_64.zip
30+
godot_export_templates_download_url: https://github.com/not-my-username/godot/releases/download/4.5.2-so_reusraddr/4.5.2.stable.so_reuseaddr.zip
3131
relative_project_path: ./
3232
archive_output: true
3333
cache: true

core/network/handlers/Constellation/Constellation.gd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,10 @@ func _logv(...args) -> void:
443443

444444
## Starts this node, opens network connection
445445
func _bind_network() -> void:
446-
#_mcast_tx.set_reuse_address_enabled(true)
447-
#_mcast_rx.set_reuse_address_enabled(true)
448-
#_mcast_tx.set_reuse_port_enabled(true)
449-
#_mcast_rx.set_reuse_port_enabled(true)
446+
_mcast_tx.set_reuse_address_enabled(true)
447+
_mcast_rx.set_reuse_address_enabled(true)
448+
_mcast_tx.set_reuse_port_enabled(true)
449+
_mcast_rx.set_reuse_port_enabled(true)
450450

451451
var rx_address: String = ConstellationConfig.bind_address if OS.has_feature("windows") else MCAST_GROUP
452452

0 commit comments

Comments
 (0)