mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix /plot download world not being clickable
This commit is contained in:
parent
9478251d44
commit
bb5c0de367
@ -137,7 +137,7 @@ public class Download extends SubCommand {
|
|||||||
player.sendMessage(TranslatableCaption.of("web.generating_link_failed"));
|
player.sendMessage(TranslatableCaption.of("web.generating_link_failed"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
player.sendMessage(StaticCaption.of(url.toString()));
|
player.sendMessage(TranslatableCaption.of("web.generation_link_success"), Template.of("url", url.toString()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user