games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
502 stars 121 forks source link

Fix issue https://github.com/games647/FastLogin/issues/1246 #1248

Open HuJK opened 2 months ago

HuJK commented 2 months ago

Summary of your change

  1. Store playerUUID from floodgatePlayer.getCorrectUniqueId() to player profile
  2. Set session UUID from stored profile if sessuin UUID is null

Related issue

Fix issue https://github.com/games647/FastLogin/issues/1246