Brian Ledsworth

Results 1 issues of Brian Ledsworth

I noticed that in `positionBeacons()`, line 1092, its checking for truthy on `lastPlayerLocation`, but not for `playerLocation`, which could throw `undefined` errors looking at `playerLocation.left`, etc. ``` // when we...

bug