mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Fix spdlog, add TeamsLeft print
This commit is contained in:
2
vendor/spdlog/sinks/null_sink.h
vendored
2
vendor/spdlog/sinks/null_sink.h
vendored
@@ -13,7 +13,7 @@ namespace spdlog {
|
||||
namespace sinks {
|
||||
|
||||
template <typename Mutex>
|
||||
class null_sink : public base_sink<Mutex> {
|
||||
class null_sink final : public base_sink<Mutex> {
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &) override {}
|
||||
void flush_() override {}
|
||||
|
||||
Reference in New Issue
Block a user