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.43 by root, Mon Apr 23 18:09:57 2007 UTC vs.
Revision 1.44 by root, Mon Apr 23 19:10:16 2007 UTC

181 } elsif ($k eq "fxix") { 181 } elsif ($k eq "fxix") {
182 $ns->fxix ($v); 182 $ns->fxix ($v);
183 183
184 } elsif ($k eq "msg") { 184 } elsif ($k eq "msg") {
185 $ns->{setup}{msg} = $v; 185 $ns->{setup}{msg} = $v;
186
187 } elsif ($k eq "excmd") {
188 # we support it
186 189
187 } else { 190 } else {
188 # other commands: 191 # other commands:
189 # sexp: no idea, probably for oudated servers 192 # sexp: no idea, probably for oudated servers
190 # tick: more stupidity, server should sned a tick per tick 193 # tick: more stupidity, server should sned a tick per tick

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines