1
0

PieceStructures generator: Fixed wrong merge conflict resolution.

Also improved reporting messages.
Ref.: http://forum.mc-server.org/showthread.php?tid=2256
This commit is contained in:
Mattes D
2015-12-15 18:04:40 +01:00
parent 1395ff3ca4
commit f060d9f9b0
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ bool cPieceStructuresGen::Initialize(const AString & a_Prefabs, int a_SeaLevel,
// Report a warning if no generators available:
if (m_Gens.empty())
{
LOGWARNING("The PieceStructures generator was asked to generate \"%s\", but none of them are valid.", a_Prefabs.c_str());
LOGWARNING("The PieceStructures generator was asked to generate \"%s\", but none of the prefabs are valid.", a_Prefabs.c_str());
return false;
}
return true;