Git messed around with my files, I updated it to use the uid() function in helpers.py now.
This commit is contained in:
@@ -102,4 +102,4 @@ def is_creative(player):
|
||||
|
||||
|
||||
def uid(player):
|
||||
return str(player.get-removeme-UniqueId())
|
||||
return str(player.getUniqueId())
|
||||
Reference in New Issue
Block a user