mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -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
|
// Init itemNameToEnum
|
||||||
for (auto& item : itemTable) {
|
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){
|
for (std::string string: strings){
|
||||||
if (itemNameToEnum.contains(string) && string != ""){
|
if (itemNameToEnum.contains(string) && string != ""){
|
||||||
if (itemNameToEnum[string] != item.GetRandomizerGet()){
|
if (itemNameToEnum[string] != item.GetRandomizerGet()){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue