Fixed ship core UUID refresh with ship tokens
This commit is contained in:
parent
59433fd095
commit
f006e3d3b3
1 changed files with 5 additions and 0 deletions
|
@ -489,6 +489,11 @@ public class JumpBlock {
|
|||
tagCompound.removeTag("computerID");
|
||||
tagCompound.removeTag("label");
|
||||
}
|
||||
// WarpDrive UUID
|
||||
if (tagCompound.hasKey("uuidMost")) {
|
||||
tagCompound.removeTag("uuidMost");
|
||||
tagCompound.removeTag("uuidLeast");
|
||||
}
|
||||
// WarpDrive any OC connected tile
|
||||
if (tagCompound.hasKey("oc:node")) {
|
||||
tagCompound.removeTag("oc:node");
|
||||
|
|
Loading…
Add table
Reference in a new issue