fix Java doc comments

removed unused param
This commit is contained in:
Aaron Kimbre
2022-05-04 19:26:56 -05:00
parent ad5c679d2d
commit b11b516641
2 changed files with 9 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ void RocketLaunchLupComponent::OnUse(Entity* originator) {
rocket->Equip(true);
}
void RocketLaunchLupComponent::OnSelectWorld(Entity* originator, uint32_t index, const SystemAddress& sysAddr) {
void RocketLaunchLupComponent::OnSelectWorld(Entity* originator, uint32_t index) {
// Add one to index because the actual LUP worlds start at index 1.
index++;