Skip to content

Commit 4fc91d4

Browse files
jsgnextortexConnorForan
authored andcommitted
Dont log mod names, they suck
(cherry picked from commit fcc1292)
1 parent dfad40e commit 4fc91d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repentogon/Patches/XMLData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@ void ProcessXmlNode(xml_node<char>* node,bool force = false) {
25432543
XMLStuff.ModData->byname[mod["name"]] = idx;
25442544
XMLStuff.ModData->byorder[XMLStuff.ModData->nodes.size()] = id;
25452545

2546-
string loadingmodmsg = "Loading: " + mod["name"] + "(" + mod["directory"] + ") \n";
2546+
string loadingmodmsg = "Loading: " + mod["directory"] + "(" + mod["id"] + ") \n";
25472547
KAGE::LogMessage(0, loadingmodmsg.c_str());
25482548
}
25492549
break;

0 commit comments

Comments
 (0)