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

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
SurvirvorHRG committed Jan 10, 2021
1 parent fe36c11 commit bf80fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Horion/Command/Commands/TestCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ bool TestCommand::execute(std::vector<std::string>* args) {
logF("%i %i", inv->getFirstEmptySlot(), inv->getEmptySlotsCount());

inv->swapSlots(1, 2);

return true;
}

1 comment on commit bf80fff

@Drosh23
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.