Essentials/Essentials
Josh Roy 069ebfcd5b
Fix NPE while syncing offline users for discord line module (#5338)
Only would happen for users who haven't joined
(or been loaded by different parts of the plugin)
since the last restart. This change first of all switches to a method to fetch users which will update the User base to the UUIDPlayer dummy base. Secondly, this change will not update the base of a User to a UUIDPlayer dummy unless the base is currently null (which would be the case in the condition described above).
2023-05-06 18:31:23 -04:00
..
src Fix NPE while syncing offline users for discord line module (#5338) 2023-05-06 18:31:23 -04:00
build.gradle Fix rgb color codes getting stripped in some cases (#5076) 2022-08-18 17:29:12 +00:00