Comment 0 for bug 1734199

Revision history for this message
GunChleoc (gunchleoc) wrote :

GamePlayerAiPersistentPacket writes the list of remaining_basic_buildings as IDs. This is unstable, since the identity if the IDs is not guaranteed during saveloading.

Save player.tribe().get_building_descr(index)->name() as a string instead.