LtxProgrammer / Changed-Minecraft-Mod

A Changed experience in the world of Minecraft.
MIT License
26 stars 32 forks source link

[0.13.1] Update Checker Thread using 100% CPU #957

Closed TigerWalts closed 2 days ago

TigerWalts commented 3 days ago

After 3 minutes of sleeping the thread hits line 338 and will continually check UPDATE_PLAYER_JOIN_FLAG. Once a player joins it will perform the update check and then after 3 minutes return to line 338.

https://github.com/LtxProgrammer/Changed-Minecraft-Mod/blob/433d00b7f09b454cf12049d52d1a140ed6d6eb1d/src/main/java/net/ltxprogrammer/changed/util/PatreonBenefits.java#L329-L349