update some code that isn't used so it could work if we wanted it to

This commit is contained in:
darkrose 2015-05-20 17:30:15 +10:00
parent fe121d2e87
commit 3f1f7d4899
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ std::string CraftGuideNodeMetadata::getDrawSpecString()
spec += itos(tr); spec += itos(tr);
// this overflows into the craft grid... but could be cool // this overflows into the craft grid... but could be cool
//spec += " "; //spec += " ";
//spec += q->getGuiName(); //spec += wide_to_narrow(q->getGuiName());
spec += "]"; spec += "]";
} }
spec += "list[current_name;recipe;4,0;3,3;]"; spec += "list[current_name;recipe;4,0;3,3;]";