diff --git a/docs/notework.txt b/docs/notework.txt index b8aa4a9..b4b4bfd 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -12,6 +12,10 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ +! The changed mail will also be copied to the Areayouwroteto now. + +- Fixed small bug in Maximus 3 config parser. Any more left? + - Another try to support MC clipboard. - Once again Numlock was not taken into account for Del in Win9x (not diff --git a/golded3/gepost.cpp b/golded3/gepost.cpp index 330ccf3..a9768c0 100644 --- a/golded3/gepost.cpp +++ b/golded3/gepost.cpp @@ -311,7 +311,7 @@ static void MakeMsg3(int& mode, GMsg* msg) { w_info(NULL); } - if((mode != MODE_CHANGE) && (AL.AreaEchoToNo(AA->Areayouwroteto())>=0)) { + if(AL.AreaEchoToNo(AA->Areayouwroteto())>=0) { Area* A = AL.AreaEchoToPtr(AA->Areayouwroteto()); if(AA != A) { char* back = NULL;