Skip to content

Commit 9035ee0

Browse files
committed
Don't unbind cleric impetus if activated with owner offline
1 parent fc9351f commit 9035ee0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Common/src/main/java/at/petrak/hexcasting/common/blocks/circles/impetuses/BlockEntityRedstoneImpetus.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public void updatePlayerProfile() {
6969
this.storedPlayerProfile = newProfile;
7070
this.setChanged();
7171
}
72-
} else {
73-
this.storedPlayerProfile = null;
7472
}
7573
}
7674

0 commit comments

Comments
 (0)