From f4b1970f4cccb8a95c59bc3a3d9976aa616d7851 Mon Sep 17 00:00:00 2001 From: lenheart Date: Sun, 12 May 2024 09:10:49 +0800 Subject: [PATCH] 111 --- src/df_main.cpp | 15 +++++++-------- src/utils.h | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/df_main.cpp b/src/df_main.cpp index 6a33c49..fa1a2a3 100644 --- a/src/df_main.cpp +++ b/src/df_main.cpp @@ -561,15 +561,14 @@ void PrintAuroraTag() LOG("**********************************************************"); LOG(" DNF_Server Plugin S%s ", MY_VERSION); - LOG(" By:Rindro-Aurora "); - LOG(" PowerBy:Vance "); + LOG(" By:Tanwan "); LOG("**********************************************************"); - LOG("DP_S插件已加载*************************************凌众-极光"); - LOG("DP_S插件已加载*************************************凌众-极光"); - LOG("DP_S插件已加载*************************************凌众-极光"); - LOG("DP_S插件已加载*************************************凌众-极光"); - LOG("DP_S插件已加载*************************************凌众-极光"); - LOG("DP_S插件已加载*************************************凌众-极光"); + LOG("插件已加载*********************************************贪玩"); + LOG("插件已加载*********************************************贪玩"); + LOG("插件已加载*********************************************贪玩"); + LOG("插件已加载*********************************************贪玩"); + LOG("插件已加载*********************************************贪玩"); + LOG("插件已加载*********************************************贪玩"); } int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3) diff --git a/src/utils.h b/src/utils.h index 4a12ea9..6715745 100644 --- a/src/utils.h +++ b/src/utils.h @@ -327,7 +327,7 @@ namespace Utils nSize = vsnprintf(buff, sizeof(buff), formatstring, args); va_end(args); char szPrINT32[BUFFCOUNT + 50] = {0}; - sprintf(szPrINT32, "[DPS_PLUGIN] %s \n", buff); // wsprintfA + sprintf(szPrINT32, "[TW_PLUGIN] %s \n", buff); // wsprintfA printf(szPrINT32); }