1
0
鏡像自 https://github.com/luanti-org/luanti.git 已同步 2025-11-09 03:25:28 +01:00

Fix log message in tooldef.cpp

此提交包含在:
Perttu Ahola
2011-12-04 00:35:08 +02:00
父節點 6764365994
當前提交 8730dfb1f9

查看文件

@@ -139,7 +139,7 @@ public:
bool alias_removed = (m_aliases.erase(toolname) != 0);
if(alias_removed)
infostream<<"tdef: erased alias "<<toolname
<<" because node was defined"<<std::endl;
<<" because tool was defined"<<std::endl;
return true;
}