mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
Fix spdlog, add TeamsLeft print
This commit is contained in:
1
vendor/spdlog/sinks/basic_file_sink.h
vendored
1
vendor/spdlog/sinks/basic_file_sink.h
vendored
@@ -23,6 +23,7 @@ public:
|
||||
bool truncate = false,
|
||||
const file_event_handlers &event_handlers = {});
|
||||
const filename_t &filename() const;
|
||||
void truncate();
|
||||
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &msg) override;
|
||||
|
||||
Reference in New Issue
Block a user