Viewing 3 replies - 1 through 3 (of 3 total)
  • Yup, same problem here 🙁

    okay after some advice I think I got it to work by doing the following:

    Open shortcode.php in the lib folder

    change the following line of code:

    $prev_match = $prev_matches[0];

    to

    $prev_match = end($prev_matches);

    I’ve only tested it a few times and it seems to be working, as always make a backup of your files before testing this…

    Thread Starter aledan

    (@aledan)

    Work perfect for me.

    Also in rc3 release. This bug seems not resolved yet.

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: LeagueManager] Previous match in team template’ is closed to new replies.