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);