Actually apply the designation changes in RemoteFortressReader

develop
Japa 2016-10-21 22:55:28 +05:30
parent 75d7773a94
commit a0b0c16a8b
1 changed files with 2 additions and 0 deletions

@ -2895,5 +2895,7 @@ static command_result SendDigCommand(color_ostream &stream, const DigCommand *in
}
mc.setDesignationAt(DFCoord(pos.x(), pos.y(), pos.z()), des);
}
mc.WriteAll();
return CR_OK;
}