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

Comparing deliantra/server/ext/player-env.ext (file contents):
Revision 1.6 by root, Thu Jul 12 19:10:48 2007 UTC vs.
Revision 1.7 by root, Thu Jul 12 19:36:57 2007 UTC

64 64
65 my $facestr = join ",", @$faces; 65 my $facestr = join ",", @$faces;
66 $ns->{current_music_faces} ne $facestr 66 $ns->{current_music_faces} ne $facestr
67 or next; 67 or next;
68 68
69 warn "MUSIC CHANGE <$ns->{current_music_faces}> <$facestr>\n";#d#
70
71 $ns->{current_music_faces} = $facestr; 69 $ns->{current_music_faces} = $facestr;
72 70
73 my $msg = { 71 my $msg = {
74 play => $faces, 72 play => $faces,
75 }; 73 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines