We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6efcd commit 14343cdCopy full SHA for 14343cd
include/main.hpp
@@ -9,7 +9,7 @@
9
#include "beatsaber-hook/shared/utils/il2cpp-functions.hpp"
10
#include "beatsaber-hook/shared/utils/hooking.hpp"
11
12
-static constexpr auto Logger = Paper::ConstLoggerContext("QonsistentSaberColors");
+inline constexpr auto Logger = Paper::ConstLoggerContext("QonsistentSaberColors");
13
14
#define INFO(message, ...) Logger.info(message, ## __VA_ARGS__)
15
0 commit comments