diff --git a/examples/Player.py b/examples/Player.py index a29ed13..b070c72 100644 --- a/examples/Player.py +++ b/examples/Player.py @@ -187,14 +187,10 @@ class Player: print(f"Connected to server with: {self.auth_token.username}") - count = 0 while True: time.sleep(1) - count += 1 if self.kickout: break - elif count == 50: - break def Disconnect(self): """