Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d19514

Browse files
committed
probe: minor change
1 parent 299510f commit 2d19514

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

plugins/probe.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,10 @@ command_result df_bprobe (color_ostream &out, vector <string> & parameters)
383383
break;
384384
}
385385
if(building.origin->is_room) //isRoom())
386-
out << ", is room";
387-
else
388-
out << ", not a room";
386+
out << ", room";
389387
if(building.origin->getBuildStage()!=building.origin->getMaxBuildStage())
390388
out << ", in construction";
391389
out.print("\n");
392-
393-
394390
}
395391
return CR_OK;
396392
}

0 commit comments

Comments
 (0)