diff --git a/rtclib b/rtclib index cb97943..5f17f32 160000 --- a/rtclib +++ b/rtclib @@ -1 +1 @@ -Subproject commit cb9794320b09a0c8873269e2ee448526ded63863 +Subproject commit 5f17f326c8d363993f0573780b609512349be366 diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index e09fb4a..02b3015 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -308,10 +308,10 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/rtclib/libteaspeak_rtc.so" AND NOT NO_RELEASE_RTC target_link_libraries(TeaSpeakServer ${CMAKE_SOURCE_DIR}/rtclib/libteaspeak_rtc.so ) -elseif(EXISTS "${CMAKE_SOURCE_DIR}/rtclib/target/debug/libteaspeak_rtc.so") - message("Linkding against debug libteaspeak_rtc.so") +elseif(EXISTS "${CMAKE_SOURCE_DIR}/rtclib/libteaspeak_rtc_development.so") + message("Linkding against debug libteaspeak_rtc_development.so") target_link_libraries(TeaSpeakServer - ${CMAKE_SOURCE_DIR}/rtclib/target/debug/libteaspeak_rtc.so + ${CMAKE_SOURCE_DIR}/rtclib/libteaspeak_rtc_development.so ) else() message(FATAL_ERROR "Missing librtc library file") diff --git a/server/src/client/command_handler/misc.cpp b/server/src/client/command_handler/misc.cpp index ee1faee..77fe27b 100644 --- a/server/src/client/command_handler/misc.cpp +++ b/server/src/client/command_handler/misc.cpp @@ -2849,7 +2849,6 @@ enum struct FeatureSupportMode { index++ command_result ConnectedClient::handleCommandListFeatureSupport(ts::Command &cmd) { - ts::command_builder notify{this->notify_response_command("notifyfeaturesupport")}; int index{0};