Letzte Bugfixes. Wegfindung funktioniert wieder
This commit is contained in:
@@ -33,7 +33,7 @@ namespace WorldOfPeacecraft
|
||||
if (x != GetX() || y != GetY ())
|
||||
positionChanged = true;
|
||||
base.SetPos (x, y);
|
||||
if (LocationChanged != null)
|
||||
if (positionChanged && LocationChanged != null)
|
||||
LocationChanged(x, y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user