mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix typo in skill command tests
This commit is contained in:
@@ -24,7 +24,7 @@ class SkillCommandTests {
|
|||||||
world.commandDispatcher.dispatch(player, Command("max", emptyArray()))
|
world.commandDispatcher.dispatch(player, Command("max", emptyArray()))
|
||||||
|
|
||||||
for (stat in 0 until Skill.RUNECRAFT) {
|
for (stat in 0 until Skill.RUNECRAFT) {
|
||||||
assertEquals(99, player.skillSet.getCurrentLevel(99))
|
assertEquals(99, player.skillSet.getCurrentLevel(stat))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user