mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 09:31:26 -04:00
Fix issue in spoiler generation
This commit is contained in:
@@ -679,8 +679,10 @@ static void WriteAllLocations(int language) {
|
||||
case 0:
|
||||
default:
|
||||
location->GetPlacedItemName().english;
|
||||
break;
|
||||
case 2:
|
||||
location->GetPlacedItemName().french;
|
||||
break;
|
||||
}
|
||||
|
||||
// Eventually check for other things here like fake name
|
||||
|
||||
Reference in New Issue
Block a user