formatting

This commit is contained in:
Your Name
2025-08-03 17:41:13 -06:00
parent 3900237ffd
commit 106117003f

View File

@@ -193,8 +193,8 @@ public:
void ForceRecount() { SetEventValue(0, "bot_count", 0, 0); } void ForceRecount() { SetEventValue(0, "bot_count", 0, 0); }
void MarkBotForLogout(uint32 bot) void MarkBotForLogout(uint32 bot)
{ {
SetEventValue(bot, "add", 0, 0); // Clear the "add" event to trigger logout SetEventValue(bot, "add", 0, 0); // Clear the "add" event to trigger logout
SetEventValue(bot, "logout", 1, 1); // Also set logout for clarity SetEventValue(bot, "logout", 1, 1); // Also set logout for clarity
} }
protected: protected: