renamed spawnpoint key name

This commit is contained in:
Elias Müller 2024-12-25 00:35:09 +01:00
parent 8faf0efd60
commit e4ac8f7a63

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, "editable");
public static NamespacedKey alreadySpawned = new NamespacedKey(namespace, "alreadySpawned".toLowerCase());
private static final String position = "position";
private Location spawnPoint;