MinusKube/Netherboard

[NOT ISSUE] How can I check if board is deleted?

ololjvNek opened this issue · 3 comments

How can I check if board is deleted ?

I think you can use something like if(Netherboard.instance().getBoard(player) == null)

@MinusKube Okay, but you can on the new version add a function like if(Netherboard.instance().getBoard(player).isDeleted()) ?

I don't know, I don't think it's really useful