The game crashed when a player opened the Player Info Panel (I) without
any ships. This typically happened if someone exited the shipyard at the
start of the game without buying anything, then tried to view their
logbook.
Changes
This commit prevents the game from crashing when viewing the Player Info
Panel without any ships. The easiest fix was to not show the Fleet
Summary if the player doesn't have a fleet.
Context
The game crashed when a player opened the Player Info Panel (I) without any ships. This typically happened if someone exited the shipyard at the start of the game without buying anything, then tried to view their logbook.
Changes
This commit prevents the game from crashing when viewing the Player Info Panel without any ships. The easiest fix was to not show the Fleet Summary if the player doesn't have a fleet.