diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index e9a39cc..0abb368 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -18,7 +18,7 @@ if (NOT TARGET miniupnpc::miniupnpc) set(UPNPC_NO_INSTALL ON CACHE BOOL "" FORCE) FetchContent_Declare(miniupnpc GIT_REPOSITORY https://github.com/miniupnp/miniupnp.git - GIT_TAG miniupnpc_2_2_8 # meh + GIT_TAG miniupnpc_2_3_0 SOURCE_SUBDIR miniupnpc ) FetchContent_MakeAvailable(miniupnpc) diff --git a/plugins/plugin_tox_upnp.cpp b/plugins/plugin_tox_upnp.cpp index ebde423..8ceabe4 100644 --- a/plugins/plugin_tox_upnp.cpp +++ b/plugins/plugin_tox_upnp.cpp @@ -28,7 +28,6 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api) } try { - // TODO: toxI auto* tox_i = PLUG_RESOLVE_INSTANCE(ToxI); // static store, could be anywhere tho