mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-04-10 13:36:23 +02: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…
x
Reference in New Issue
Block a user