From 98320287c22fd06827c4ae224a87ebffb8c1d1a5 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 13 Apr 2024 02:46:54 +0100 Subject: [PATCH] fix: includes due to API change --- include/example_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/example_plugin.h b/include/example_plugin.h index c7ffb59..366bac2 100644 --- a/include/example_plugin.h +++ b/include/example_plugin.h @@ -1,10 +1,10 @@ // Copyright (c) 2024, The Endstone Project. (https://endstone.dev) All Rights Reserved. +#include "endstone/color_format.h" #include "endstone/command/plugin_command.h" #include "endstone/event/server/server_command_event.h" #include "endstone/event/server/server_load_event.h" #include "endstone/plugin/plugin.h" -#include "endstone/util/color_format.h" #include "example_listener.h" #include "fibonacci_command.h"