From bf80fffa5d15744ae70c7250ab7d3c01d197d4f0 Mon Sep 17 00:00:00 2001 From: erwan celanie Date: Sat, 9 Jan 2021 21:16:59 -0400 Subject: [PATCH] bruh --- Horion/Command/Commands/TestCommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Horion/Command/Commands/TestCommand.cpp b/Horion/Command/Commands/TestCommand.cpp index bed737f3..3300d413 100644 --- a/Horion/Command/Commands/TestCommand.cpp +++ b/Horion/Command/Commands/TestCommand.cpp @@ -37,6 +37,5 @@ bool TestCommand::execute(std::vector* args) { logF("%i %i", inv->getFirstEmptySlot(), inv->getEmptySlotsCount()); inv->swapSlots(1, 2); - return true; }