ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/main.C
(Generate patch)

Comparing deliantra/server/server/main.C (file contents):
Revision 1.113 by root, Mon Jul 30 02:03:02 2007 UTC vs.
Revision 1.114 by root, Wed Sep 5 05:48:36 2007 UTC

343 343
344// send all clients some informational text 344// send all clients some informational text
345static void 345static void
346cleanup_inform (const char *cause, bool make_core) 346cleanup_inform (const char *cause, bool make_core)
347{ 347{
348 int flags = NDI_UNIQUE | NDI_ALL | (make_core ? NDI_RED : NDI_GREEN); 348 int flags = NDI_REPLY | NDI_UNIQUE | NDI_ALL | (make_core ? NDI_RED : NDI_GREEN);
349 349
350 new_draw_info_format (flags, 0, 0, "The server will now shutdown."); 350 new_draw_info_format (flags, 0, 0, "The server will now shutdown.");
351 new_draw_info_format (flags, 0, 0, "Cause for this shutdown: %s", cause); 351 new_draw_info_format (flags, 0, 0, "Cause for this shutdown: %s", cause);
352 352
353 if (make_core) 353 if (make_core)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines