diff server/unitfunc.c server/unitfunc.c --- server/unitfunc.c Wed Dec 20 12:26:53 2000 +++ server/unitfunc.c Wed Dec 20 15:47:21 2000 @@ -301,7 +301,7 @@ notify_player_ex (pplayer, pcity->x, pcity->y, E_NOEVENT, _("Game: Your %s was executed in %s by primitive %s."), unit_name (pdiplomat->type), - pcity->name, get_nation_name_plural (pplayer->nation)); + pcity->name, get_nation_name_plural (cplayer->nation)); wipe_unit (pdiplomat); return; }