/ce view NPE

This commit is contained in:
TrueDarkLord 2024-12-13 08:54:14 -07:00
parent 963c5134d4
commit bc0cf80595
No known key found for this signature in database
GPG Key ID: 02AA15A3B1FAFE4F

View File

@ -568,7 +568,7 @@ public class GuiListener implements Listener {
String bid = data.getString("Items." + i + ".TopBidder");
if (id != null) {
if (bid != null) {
bidder = Methods.getOfflinePlayer(bid);
}