That wasn't supposed to be like that

This commit is contained in:
NotMyFault
2018-10-04 20:52:54 +02:00
committed by GitHub
parent 39ba616ffa
commit 730e50a710

View File

@@ -308,10 +308,10 @@ public class OptionsCommands {
} }
if (found == 0) { if (found == 0) {
actor.printError("No item found."); actor.printError("No items found.");
} }
} }
} }
} }