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

Comparing deliantra/server/server/c_new.C (file contents):
Revision 1.21 by root, Tue Oct 13 18:22:44 2009 UTC vs.
Revision 1.22 by root, Fri Nov 6 12:49:19 2009 UTC

88 88
89 csp->func (pl, cp); 89 csp->func (pl, cp);
90 } 90 }
91} 91}
92 92
93int 93static int
94bad_command (object *op, char *params) 94bad_command (object *op, char *params)
95{ 95{
96 new_draw_info (NDI_UNIQUE, 0, op, "bind and unbind are no longer handled on the server"); 96 new_draw_info (NDI_UNIQUE, 0, op, "bind and unbind are no longer handled on the server");
97 return 1; 97 return 1;
98} 98}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines