setRegion removal

This commit is contained in:
2023-09-13 19:56:54 -05:00
parent b34be1184e
commit a313e3f364
9 changed files with 8 additions and 15 deletions
-2
View File
@@ -61,8 +61,6 @@ public class FinishSummonsJob extends AbstractScheduleJob {
return;
}
if (this.source.region != null)
this.target.setRegion(this.source.region);
//teleport target to source
target.teleport(source.getLoc());
}