srgroves

Results 1 issues of srgroves

I noticed that in `positionBeacons()`, line 1399, it's accessing `playerLocation.right` without checking if `playerLocation` has been defined. It may not be, depending on what `player.getClientRects` returns. This causes the error...