Git messed around with my files, I updated it to use the uid() function in helpers.py now.

This commit is contained in:
Dico
2014-07-18 02:50:14 +02:00
parent 5373a1c4a4
commit d2270ac263
2 changed files with 7 additions and 7 deletions

View File

@@ -102,4 +102,4 @@ def is_creative(player):
def uid(player):
return str(player.get-removeme-UniqueId())
return str(player.getUniqueId())