summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-03-19 20:25:47 +0100
committerDico200 <dico.karssiens@gmail.com>2015-03-19 20:25:47 +0100
commit5d23fe490ba0f6c4f98ed7e329e50e5862655e15 (patch)
tree3f5af97762642de4fd90ddcb95c790a6740ba34b /damnspam.py
parent9476a1b0b7015a4d4ebb1161ae7db498508a638b (diff)
Remove annoying Damnspam plugin header
I hate plugin_header, can we maybe make it return a string which we append the message to instead? ._. or create like plugin_message(String pluginname, Player recipient, String message)
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/damnspam.py b/damnspam.py
index 14f32b7..242676e 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -109,7 +109,6 @@ def on_block_break(event):
if str(block.getType()) in accepted_inputs and not event.isCancelled():
pos_str = location_str(block)
if inputs.get(pos_str):
- plugin_header(sender, "DamnSpam")
if sender.isSneaking():
# test if player is allowed to build here
removing_input = True