mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
more poking
This commit is contained in:
parent
3931409a75
commit
5826958404
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ void Rando::StaticData::InitItemTable() {
|
|||
|
||||
// Init itemNameToEnum
|
||||
for (auto& item : itemTable) {
|
||||
std::vector<std::string> strings = item.GetName().GetAllMessages();
|
||||
std::vector<std::string> strings = item.GetName().GetAllMessages(MF_RAW);
|
||||
for (std::string string: strings){
|
||||
if (itemNameToEnum.contains(string) && string != ""){
|
||||
if (itemNameToEnum[string] != item.GetRandomizerGet()){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue