teralove / party-death-markers

Spawns large visible markers on top of dead party members.
14 stars 16 forks source link

when someone dead leaves party - marker stays #9

Closed Owyn closed 4 years ago

Owyn commented 6 years ago

when someone dead leaves party - marker stays

FichteFoll commented 5 years ago

This is because of a wrong parameter to removeMarker where it should be .playerId instead. As a side effect, #12 fixes this.

https://github.com/teralove/party-death-markers/blob/c1410bc2c3b06cf63a665986dafa23a67e2f7ba7/index.js#L76

ghost commented 4 years ago

This can be close