i need to stop copypasting

This commit is contained in:
yrsegal@gmail.com 2022-06-06 22:03:23 -04:00
parent 01dba3419d
commit 59378e8031

View file

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