mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Fix log message in tooldef.cpp
This commit is contained in:
parent
6764365994
commit
8730dfb1f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue