diff --git a/friends.py b/friends.py index 686fed8..d8a70ea 100644 --- a/friends.py +++ b/friends.py @@ -1,3 +1,4 @@ +import thread from helpers import * friends = open_json_file("friends", {}) # {Player_UUID:[List_of_friend_uuids]}