Modified known_player method

This commit is contained in:
Louis Vogt
2014-08-07 01:46:53 +02:00
parent bbbd180b98
commit fa6aaf0dff

View File

@@ -164,7 +164,7 @@ def known_player(player):
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
""" """
return player.getFirstPlayed() != 0 return player.hasPlayedBefore()
def open_json_file(filename, default): def open_json_file(filename, default):