Fixed spelling :/

This commit is contained in:
Ruakij
2021-05-09 23:06:01 +02:00
parent 0b538db2a4
commit efb18aa711

View File

@@ -10,7 +10,7 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class LinkedBeaconTeleporterItem extends LinkedBeaconTeleporter {
// INFO: Save to store as its always cloned by bukkit
// INFO: Safe to store as its always cloned by bukkit
ItemStack item;
public LinkedBeaconTeleporterItem(String teleporterId, ItemStack item) {