Essentials/Essentials/src/main/java
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
..
com/earth2me/essentials Fix NPE while syncing offline users for discord line module (#5338) 2023-05-06 18:31:23 -04:00
net Add HomeModifyEvent for home create/delete/rename/set (#5216) 2023-05-02 20:48:28 +01:00