Fix typo in DumpSubCmd (#2492)

This commit is contained in:
RK_01 2021-05-23 19:42:01 +02:00 committed by GitHub
parent 15a5d51248
commit 605331963d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ public class DumpSubCmd extends ViaSubCommand {
out.close();
if (con.getResponseCode() == 429) {
sender.sendMessage("§4You can only paste ones every minute to protect our systems.");
sender.sendMessage("§4You can only paste once every minute to protect our systems.");
return;
}