remove WTF methods from player welcome

This commit is contained in:
jomo
2014-08-07 02:19:53 +02:00
parent 217f2cb579
commit b7aed64fe5
2 changed files with 1 additions and 3 deletions

View File

@@ -59,8 +59,6 @@ def add(sender, names):
for name in names:
player = server.getOfflinePlayer(name)
# FIXME: breaks if player not known
# FIXME: might to a blocking call, maybe we can use getOfflinePlayers()
if known_player(player):
player_id = uid(player)
not_yourself = player != sender