mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-11 14:08:20 -05:00
Fix issue in spoiler generation
This commit is contained in:
parent
1e31d108e6
commit
c76ff719f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user