Mentions légales du service

Skip to content

[expmanager] Fix error in indiv_by_rank()

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

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

Merge request reports