Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 086beb8

Browse files
committed
Forgot one.
1 parent 57628af commit 086beb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/announcer_plugin/announcer_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from base_plugin import BasePlugin
22

3+
34
class Announcer(BasePlugin):
45
"""
56
Broadcasts a message whenever a player joins or leaves the server.
@@ -9,7 +10,6 @@ class Announcer(BasePlugin):
910

1011
def activate(self):
1112
super(Announcer, self).activate()
12-
print "Boop"
1313

1414
def after_connect_response(self, data):
1515
try:

0 commit comments

Comments
 (0)