Liquipedia / Lua-Modules

Used to keep versions of some important lua modules of the Liquipedia wiki that we want better version control for.
Other
31 stars 69 forks source link

fix(match2): easportsfc participant processing faulty #5079

Closed hjpalpha closed 1 week ago

hjpalpha commented 1 week ago

Summary

the mapOpponents/participants processing on easportsfc causes bad data and hence bad display it wraps the opponentplayers additionally leading to storage like {players = {players = {...}, ...} as mapOpponents for participants data this results in data like {X_players = {[Y] = {players = {...}}}

This PR removes the additional (faulty) wrapper to fix the data and hence also the display.

How did you test this change?

live