From 6110db55fcdb8592a4dd6d2276a6290f71f50896 Mon Sep 17 00:00:00 2001 From: Ryan <80224521+Rxann@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:11:40 -0400 Subject: [PATCH] Add new spam words (#3204) --- src/util/chat.hpp | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/util/chat.hpp b/src/util/chat.hpp index f0c26c1b..307ebaae 100644 --- a/src/util/chat.hpp +++ b/src/util/chat.hpp @@ -1,19 +1,19 @@ #pragma once -#include "file_manager/file.hpp" -#include "services/players/player_service.hpp" #include "core/enums.hpp" - -#include "packet.hpp" -#include "natives.hpp" -#include "script.hpp" -#include "fiber_pool.hpp" #include "core/scr_globals.hpp" +#include "fiber_pool.hpp" +#include "file_manager/file.hpp" +#include "natives.hpp" +#include "packet.hpp" +#include "script.hpp" +#include "services/players/player_service.hpp" #include -#include