Fixed console args

This commit is contained in:
Jesse Boyd 2015-01-15 23:07:00 -08:00
parent 8e8ff6d3aa
commit a6fc0ef00f

View File

@ -310,7 +310,7 @@ import com.intellectualcrafters.plot.object.PlotWorld;
}
}
if (plr == null) {
PlotMain.sendConsoleSenderMessage(c);
PlotMain.sendConsoleSenderMessage(msg);
}
else {
sendMessage(plr, msg);