From 3f1f7d489909a34230aa2c941c5f439163238012 Mon Sep 17 00:00:00 2001 From: darkrose Date: Wed, 20 May 2015 17:30:15 +1000 Subject: [PATCH] update some code that isn't used so it could work if we wanted it to --- src/content_nodemeta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content_nodemeta.cpp b/src/content_nodemeta.cpp index dfb88cb..7308106 100644 --- a/src/content_nodemeta.cpp +++ b/src/content_nodemeta.cpp @@ -1511,7 +1511,7 @@ std::string CraftGuideNodeMetadata::getDrawSpecString() spec += itos(tr); // this overflows into the craft grid... but could be cool //spec += " "; - //spec += q->getGuiName(); + //spec += wide_to_narrow(q->getGuiName()); spec += "]"; } spec += "list[current_name;recipe;4,0;3,3;]";