mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-02 18:38:10 +01:00
/ce view NPE
This commit is contained in:
parent
963c5134d4
commit
bc0cf80595
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user