Restore unit action shortcuts accidentally dropped in commit 4fb2ad8fa (#7187)

This commit is contained in:
Paul Pogonyshev 2022-06-16 21:32:02 +02:00 committed by GitHub
parent 38b6770e84
commit 0533c9eaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ class UnitActionsTable(val worldScreen: WorldScreen) : Table() {
// overlay, since the user definitely wants to interact with the new unit.
worldScreen.mapHolder.removeUnitActionOverlay()
}
actionButton.keyShortcuts.add(key)
}
return actionButton