mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-15 13:26:00 +00:00
Fixed console args
This commit is contained in:
parent
8e8ff6d3aa
commit
a6fc0ef00f
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ import com.intellectualcrafters.plot.object.PlotWorld;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (plr == null) {
|
if (plr == null) {
|
||||||
PlotMain.sendConsoleSenderMessage(c);
|
PlotMain.sendConsoleSenderMessage(msg);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sendMessage(plr, msg);
|
sendMessage(plr, msg);
|
||||||
|
|
Loading…
Reference in a new issue