i need to stop copypasting
This commit is contained in:
parent
01dba3419d
commit
59378e8031
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ public class BlockEntityStoredPlayerImpetus extends BlockEntityAbstractImpetus {
|
|||
super.saveModData(tag);
|
||||
if (this.storedPlayer != null) {
|
||||
tag.putUUID(TAG_STORED_PLAYER, this.storedPlayer);
|
||||
tag.putUUID(TAG_STORED_PLAYER_NAME, this.storedPlayer);
|
||||
}
|
||||
if (this.storedPlayerName != null) {
|
||||
tag.putString(TAG_STORED_PLAYER_NAME, this.storedPlayerName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue