mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: UDP Port not being updated correctly when loading provider from recents file
This commit is contained in:
@@ -40,7 +40,7 @@ namespace hex::plugin::builtin {
|
||||
return "hex.builtin.provider.udp";
|
||||
}
|
||||
|
||||
std::string getName() const override { return hex::format("hex.builtin.provider.udp.name"_lang, m_udpServer.getPort()); }
|
||||
std::string getName() const override { return hex::format("hex.builtin.provider.udp.name"_lang, m_port); }
|
||||
|
||||
protected:
|
||||
void receive(std::span<const u8> data);
|
||||
|
||||
Reference in New Issue
Block a user