mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
Fix NPE with admin teleport command.
This commit is contained in:
parent
5fc06de146
commit
a03aa51fb4
@ -295,7 +295,7 @@ public class SafeSpotTeleport {
|
||||
private final BentoBox plugin;
|
||||
private Entity entity;
|
||||
private int homeNumber = 0;
|
||||
private String homeName;
|
||||
private String homeName = "";
|
||||
private boolean portal = false;
|
||||
private String failureMessage = "";
|
||||
private Location location;
|
||||
|
Loading…
Reference in New Issue
Block a user