From aea31dd4c86134b2bd28b41ddbaa710178483a37 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 17 Dec 2024 05:55:28 -0500 Subject: [PATCH] Fix Example Mod --- example-mods/chat-commands/chat-commands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-mods/chat-commands/chat-commands.cpp b/example-mods/chat-commands/chat-commands.cpp index d90db404d5..93d1b68e3b 100644 --- a/example-mods/chat-commands/chat-commands.cpp +++ b/example-mods/chat-commands/chat-commands.cpp @@ -1,6 +1,6 @@ #include -#include -#include +#include +#include #include