diff --git a/BigBaseV2/src/features/notify.hpp b/BigBaseV2/src/features/notify.hpp index 948f1cb6..a2ba9c90 100644 --- a/BigBaseV2/src/features/notify.hpp +++ b/BigBaseV2/src/features/notify.hpp @@ -3,5 +3,5 @@ namespace big::features::notify { - static void above_map(const char* text); + void above_map(const char* text); } \ No newline at end of file