[Freeciv-Dev] Re: (PR#7002) Re: core file on civserver, http://civserver
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7002 >
Raimar Falke wrote:
> This is a mistake caused by the delta patch.
Um, this patch just reverses a bugfix that was recently applied.
jason
> Index: server/diplhand.c
> ===================================================================
> RCS file: /home/freeciv/CVS/freeciv/server/diplhand.c,v
> retrieving revision 1.76
> diff -u -u -r1.76 diplhand.c
> --- server/diplhand.c 2003/11/28 17:37:22 1.76
> +++ server/diplhand.c 2003/11/30 20:50:42
> @@ -186,12 +186,6 @@
> "you can't accept treaty."));
> return;
> }
> - if (city_got_building(pcity, B_PALACE)) {
> - notify_player(pplayer,
> - _("Game: Your capital (%s) is requested, "
> - "you can't accept treaty."), pcity->name);
> - return;
> - }
> break;
> default:
> ; /* nothing */
|
|