mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #63809 from mhilbrunner/upnp-no-delete-only-add
UPNP: Don't delete previous mappings when adding new port mappings
This commit is contained in:
commit
b2bcf81c7c
@ -319,8 +319,6 @@ int UPNP::add_port_mapping(int port, int port_internal, String desc, String prot
|
|||||||
return UPNP_RESULT_NO_GATEWAY;
|
return UPNP_RESULT_NO_GATEWAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev->delete_port_mapping(port, proto);
|
|
||||||
|
|
||||||
return dev->add_port_mapping(port, port_internal, desc, proto, duration);
|
return dev->add_port_mapping(port, port_internal, desc, proto, duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user