Fixed ship core UUID refresh with ship tokens

This commit is contained in:
LemADEC 2017-07-29 12:35:12 +02:00
parent 59433fd095
commit f006e3d3b3

View file

@ -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");