Compare commits

..

No commits in common. "2e67b41b44e9354871986bf2c758164d008874f8" and "e89e9d218147bba8463972e4e5a002f2df18473c" have entirely different histories.

View File

@ -16,7 +16,7 @@ import java.util.Locale;
public class Spawnpoint extends Appliance {
private static final String namespace = Spawnpoint.class.getSimpleName().toLowerCase(Locale.ROOT);
public static NamespacedKey alreadySpawned = new NamespacedKey(namespace, "alreadySpawned".toLowerCase());
public static NamespacedKey alreadySpawned = new NamespacedKey(namespace, "alreadySpawned");
private static final String position = "position";
private Location spawnPoint;