feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -31,13 +31,13 @@
|
|||
|
||||
if err != OK:
|
||||
push_error(str(err))
|
||||
emit_signal("upnp_completed", err)
|
||||
upnp_completed.emit(err)
|
||||
return
|
||||
|
||||
if upnp.get_gateway() and upnp.get_gateway().is_valid_gateway():
|
||||
upnp.add_port_mapping(server_port, server_port, ProjectSettings.get_setting("application/config/name"), "UDP")
|
||||
upnp.add_port_mapping(server_port, server_port, ProjectSettings.get_setting("application/config/name"), "TCP")
|
||||
emit_signal("upnp_completed", OK)
|
||||
upnp_completed.emit(OK)
|
||||
|
||||
func _ready():
|
||||
thread = Thread.new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue