3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Fix typo in DumpSubCmd (#2492)

Dieser Commit ist enthalten in:
RK_01 2021-05-23 19:42:01 +02:00 committet von GitHub
Ursprung 15a5d51248
Commit 605331963d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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;
}