clarifiy known_player a bit more

This commit is contained in:
jomo
2014-08-07 01:50:26 +02:00
parent c30578525f
commit b9f4d468ae

View File

@@ -160,7 +160,7 @@ def retrieve_player(uuid_str):
def known_player(player): def known_player(player):
""" """
to be used on OfflinePlayer to be used on OfflinePlayer (which can be online!)
returns True if the player has been on the server returns True if the player has been on the server
this is different to HasPlayedBefore(), which will return False on first join this is different to HasPlayedBefore(), which will return False on first join
""" """