mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-08 00:46:20 +00:00
queue fix
This commit is contained in:
@@ -49,7 +49,7 @@ public class CmdQueue implements RTPCommand {
|
||||
List<String> info = new ArrayList<>();
|
||||
for (World w : Bukkit.getWorlds())
|
||||
info.addAll(queueGetWorld(p, w));
|
||||
info.add("&eTotal of &a%amount% &egenerated locations".replace("%amount%", String.valueOf(DatabaseHandler.getQueue().getCount())));
|
||||
info.add("&eTotal of &a%amount% &egenerated locations".replace("%amount%", String.valueOf(info.size())));
|
||||
sendInfo(p, info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user