| 262 | } |
| 263 | |
| 264 | command_result restrictIce(color_ostream &out, std::vector<std::string> & params) |
| 265 | { |
| 266 | return setAllMatching(out, restrictIceProc); |
| 267 | } |
| 268 | |
| 269 | //Helper function for writing new functions that check every tile on the map. |
| 270 | //newTraffic is the traffic designation to set. |
nothing calls this directly
no test coverage detected