Mentions légales du service

Skip to content

[expmanager] Fix error in indiv_by_rank()

Théotime Grohens requested to merge tgrohens/aevol:aevol_6 into aevol_6

The ExpManager::indiv_by_rank() method incorrectly deferred to the World::indiv_by_id() method, instead of World::indiv_by_rank(). This commit fixes this error.

Merge request reports