mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 12:58:03 +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) {
|
||||
PlotMain.sendConsoleSenderMessage(c);
|
||||
PlotMain.sendConsoleSenderMessage(msg);
|
||||
}
|
||||
else {
|
||||
sendMessage(plr, msg);
|
||||
|
|
Loading…
Reference in a new issue