mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-01 00:10:19 +01:00
Fix hologram ID
This commit is contained in:
parent
6ac68ccc0e
commit
71dffda348
@ -12,7 +12,7 @@ import java.util.Objects;
|
||||
|
||||
public class UAnvil {
|
||||
private static int nextHologramId = 0;
|
||||
private final String hologramId = "UR-Anvil#" + (++nextHologramId);
|
||||
private final String hologramId = "UR-Anvil-" + (++nextHologramId);
|
||||
|
||||
private final Location location;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user