From a6fc0ef00f7f336980d0d3b0d8b54ba9f8ed8148 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Thu, 15 Jan 2015 23:07:00 -0800 Subject: [PATCH] Fixed console args --- .../com/intellectualcrafters/plot/util/PlayerFunctions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlayerFunctions.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlayerFunctions.java index cb5782e5d..6e26bf8fc 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlayerFunctions.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlayerFunctions.java @@ -310,7 +310,7 @@ import com.intellectualcrafters.plot.object.PlotWorld; } } if (plr == null) { - PlotMain.sendConsoleSenderMessage(c); + PlotMain.sendConsoleSenderMessage(msg); } else { sendMessage(plr, msg);