mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Fixed console args
This commit is contained in:
parent
8e8ff6d3aa
commit
a6fc0ef00f
@ -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 New Issue
Block a user