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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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