From ab5d038c0dae9a86ad6e6b6727cfbefdc7bef868 Mon Sep 17 00:00:00 2001 From: Jesse <69196954+ThisAMJ@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:16:30 +1000 Subject: [PATCH] docs: more descriptive plugin description --- src/Plugin.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Plugin.hpp b/src/Plugin.hpp index 89e823fe9..6ff793f15 100644 --- a/src/Plugin.hpp +++ b/src/Plugin.hpp @@ -1,8 +1,7 @@ #pragma once #include "Utils.hpp" -#define SAR_PLUGIN_SIGNATURE \ - new char[26] { 65, 114, 101, 32, 121, 111, 117, 32, 104, 97, 112, 112, 121, 32, 110, 111, 119, 44, 32, 74, 97, 109, 101, 114, 63, 00 } +#define SAR_PLUGIN_SIGNATURE "SourceAutoRecord v" SAR_VERSION // CServerPlugin #define CServerPlugin_m_Size 16