Skip to content

R12S: East/West Platform Detection Appears Reversed #1064

@xumy1995

Description

@xumy1995

Description

R12S: East/West Platform Detection Appears Reversed

Additional Details / Steps to Reproduce

The following code appears three times in r12s.ts

const x = me.PosX;
if (x < center.x)
  data.myPlatform = 'east';
else
  data.myPlatform = 'west';

I suspect it should be

const x = me.PosX;
if (x < center.x)
  data.myPlatform = 'west';
else
  data.myPlatform = 'east';

Cactbot Module

Raidboss (alerts & timelines)

Configuration Info

1

Log & Screenshots

No response

Confirmation

  • I reviewed Common Issues and Workarounds and verified that my settings are correct.
  • I used the search function to confirm this issue doesn't already exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfix-meBug report validated or feature request plannedneeds-reviewAwaiting review

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions