mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Fix log message in tooldef.cpp
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
|||||||
bool alias_removed = (m_aliases.erase(toolname) != 0);
|
bool alias_removed = (m_aliases.erase(toolname) != 0);
|
||||||
if(alias_removed)
|
if(alias_removed)
|
||||||
infostream<<"tdef: erased alias "<<toolname
|
infostream<<"tdef: erased alias "<<toolname
|
||||||
<<" because node was defined"<<std::endl;
|
<<" because tool was defined"<<std::endl;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user