mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Being consistent is for noobs
Fixes Player Probe not disconnecting properly
This commit is contained in:
parent
f58f02f636
commit
0582f5aee3
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ public class ItemPlayerProbe extends ItemBase{
|
|||
}
|
||||
}
|
||||
else{
|
||||
ItemPhantomConnector.clearStorage(stack, "UUID", "Name");
|
||||
ItemPhantomConnector.clearStorage(stack, "UUIDLeast", "UUIDMost", "Name");
|
||||
entity.sendMessage(new TextComponentTranslation("tooltip."+ModUtil.MOD_ID+".playerProbe.disconnect.2"));
|
||||
}
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ public class ItemPlayerProbe extends ItemBase{
|
|||
face.markDirty();
|
||||
face.sendUpdate();
|
||||
|
||||
ItemPhantomConnector.clearStorage(stack, "UUID", "Name");
|
||||
ItemPhantomConnector.clearStorage(stack, "UUIDLeast", "UUIDMost", "Name");
|
||||
}
|
||||
return EnumActionResult.SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue