forked from External/mage
fixed various NPEs
This commit is contained in:
parent
d01c992f2e
commit
ad4b4e82c2
3 changed files with 19 additions and 9 deletions
|
|
@ -470,6 +470,8 @@ public class TableController {
|
|||
}
|
||||
|
||||
public boolean isOwner(UUID userId) {
|
||||
if (userId == null)
|
||||
return false;
|
||||
return userId.equals(this.userId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue