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

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.55 by root, Sun Jun 24 01:09:28 2007 UTC vs.
Revision 1.56 by root, Sun Jun 24 04:09:29 2007 UTC

208 208
209 } elsif ($k eq "fxix") { 209 } elsif ($k eq "fxix") {
210 $ns->fxix ($v); 210 $ns->fxix ($v);
211 211
212 } elsif ($k eq "msg") { 212 } elsif ($k eq "msg") {
213 $ns->can_msg ($v); 213 $ns->can_msg ($v >= 2);
214 $setup{$k} = $ns->can_msg;
214 215
215 } elsif ($k eq "excmd") { 216 } elsif ($k eq "excmd") {
216 # we support it 217 # we support it
217 218
218 } else { 219 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines