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

Comparing deliantra/server/ext/setup.ext (file contents):
Revision 1.24 by root, Sun Nov 4 02:20:11 2012 UTC vs.
Revision 1.25 by root, Sun Nov 4 02:23:30 2012 UTC

85 85
86 # force some mandatory protocol options, most of these 86 # force some mandatory protocol options, most of these
87 # are for obsolete clients only 87 # are for obsolete clients only
88# $setup->{darkness} = 1; 88# $setup->{darkness} = 1;
89# $setup->{exp64} = 1; 89# $setup->{exp64} = 1;
90 $setup->{extmap} = 1; 90 $setup->{extmap} = 1 if exists $setup->{extmap};
91# $setup->{facecache} = 1; 91# $setup->{facecache} = 1;
92 $setup->{fxix} = 3; 92 $setup->{fxix} = 3 if exists $setup->{fxix};
93 $setup->{map1acmd} = 1; 93 $setup->{map1acmd} = 1 if exists $setup->{map1acmd};
94 $setup->{map1cmd} = 0; 94 $setup->{map1cmd} = 0 if exists $setup->{map1cmd};
95 $setup->{msg} = 1; 95 $setup->{msg} = 1 if exists $setup->{msg};
96 96
97 cf::datalog setup => 97 cf::datalog setup =>
98 request => \%orig, 98 request => \%orig,
99 reply => $setup, 99 reply => $setup,
100 ; 100 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines