Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SurvirvorHRG committed Jan 10, 2021
1 parent f902db3 commit fe36c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Horion/Command/Commands/TestCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void showAimedBlockInfo() {
}

bool TestCommand::execute(std::vector<std::string>* 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());
Expand Down

0 comments on commit fe36c11

Please sign in to comment.