mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-12 18:50:44 +01:00
Fix typo in DumpSubCmd (#2492)
This commit is contained in:
parent
15a5d51248
commit
605331963d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user