Skip to content

Commit c728549

Browse files
committed
Fix #51
1 parent ca5bd0e commit c728549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/dimdev/dimdoors/shared/rifts/targets/RestoringTarget.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public ITarget receiveOther() {
2929
Location linkTarget = makeLinkTarget();
3030
if (linkTarget != null) {
3131
wrappedDestination = RiftReference.tryMakeLocal(location, linkTarget);
32+
wrappedDestination.setLocation(location);
3233
wrappedDestination.register();
3334

3435
return wrappedDestination;

0 commit comments

Comments
 (0)