Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d86019 commit 60e3214Copy full SHA for 60e3214
1 file changed
plugins/preserve-rooms.cpp
@@ -307,7 +307,7 @@ static void assign_nobles(color_ostream &out) {
307
if (found)
308
continue;
309
Buildings::setOwner(zone, unit);
310
- INFO(cycle,out).print("assigning %s to a %s-associated %s\n",
+ INFO(cycle,out).print("preserve-rooms: assigning %s to a %s-associated %s\n",
311
Units::getReadableName(unit).c_str(), code.c_str(),
312
ENUM_KEY_STR(civzone_type, zone->type).c_str());
313
break;
0 commit comments