mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Fix Issue #575 related to pathfinder changes
This commit is contained in:
parent
f979901a6d
commit
755c589ba6
@ -239,6 +239,7 @@ public class RoomUnit {
|
||||
{
|
||||
if (!room.tileWalkable(next)) {
|
||||
this.room = room;
|
||||
this.path.clear();
|
||||
this.findPath();
|
||||
|
||||
if (this.path.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user