mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 21:07:59 +00:00
commit
8a1dfe46c9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class DebugPaste extends SubCommand {
|
||||||
try {
|
try {
|
||||||
latestLOG = HastebinUtility.upload(new File(BukkitMain.THIS.getDirectory(), "../../logs/latest.log"));
|
latestLOG = HastebinUtility.upload(new File(BukkitMain.THIS.getDirectory(), "../../logs/latest.log"));
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
plr.sendMessage("&clatest.log is too big to be pasted, will ignore");
|
plr.sendMessage(ChatColor.RED + "latest.log is too big to be pasted, will ignore");
|
||||||
latestLOG = "too big :(";
|
latestLOG = "too big :(";
|
||||||
}
|
}
|
||||||
final StringBuilder b = new StringBuilder();
|
final StringBuilder b = new StringBuilder();
|
||||||
|
|
Loading…
Reference in a new issue