Fix NPE with admin teleport command.

This commit is contained in:
tastybento 2021-03-06 08:14:31 -08:00
parent 5fc06de146
commit a03aa51fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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;