From b5fbab06b48dce59eb96972d4dfe43a4d5a3b53e Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 13 Aug 2015 00:02:58 +0200 Subject: [PATCH] /plotter must be run by player --- plotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plotter.py b/plotter.py index 5d14cdd..238740c 100644 --- a/plotter.py +++ b/plotter.py @@ -11,6 +11,7 @@ from basecommands import simplecommand @simplecommand("plotter", aliases = ["pt"], + senderLimit = 0, description = "Plot commands") def plotter_command(sender, command, label, args): loc = sender.getLocation()