refactor: remove dead code and fix thread safety in console_helpers

This commit is contained in:
MatthewBeshay
2026-04-03 17:29:45 +11:00
parent 5bbb045e86
commit 116cf4887d
26 changed files with 93 additions and 597 deletions

View File

@@ -7,7 +7,6 @@
#include "app/common/src/Network/Socket.h"
#include "console_helpers/StringHelpers.h"
#include "console_helpers/ThreadName.h"
#include "minecraft/client/User.h"
#include "minecraft/client/multiplayer/ClientConnection.h"
#include "minecraft/client/multiplayer/ConnectScreen.h"