diff --git a/mods/include/mods/chat/chat.h b/mods/include/mods/chat/chat.h index 81e443b7..36caba2d 100644 --- a/mods/include/mods/chat/chat.h +++ b/mods/include/mods/chat/chat.h @@ -6,8 +6,6 @@ #include // Send API Command std::string chat_send_api_command(unsigned char *minecraft, char *str); -// Send Chat Message -static void send_api_chat_command(unsigned char *minecraft, char *str); #endif #ifdef __cplusplus