diff --git a/Horion/Command/Commands/TestCommand.cpp b/Horion/Command/Commands/TestCommand.cpp index 09ab1689..bed737f3 100644 --- a/Horion/Command/Commands/TestCommand.cpp +++ b/Horion/Command/Commands/TestCommand.cpp @@ -31,7 +31,7 @@ void showAimedBlockInfo() { } bool TestCommand::execute(std::vector* args) { - C_LocalPlayer* player = g_Data.getLocalPlayer(); + C_LocalPlayer* player = g_Data.getLocalPlayer(); auto inv = player->getSupplies()->inventory; logF("%i %i", inv->getFirstEmptySlot(), inv->getEmptySlotsCount());