now uses set_look_yaw

master
Sokomine 2013-03-20 18:25:10 +01:00
parent e8e23d1cf2
commit 296f0bafda
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ travelnet.on_receive_fields = function(pos, formname, fields, player)
yaw = 270;
end
player:set_view_yaw( yaw ); -- this is only supported in recent versions of MT
player:set_look_yaw( yaw ); -- this is only supported in recent versions of MT
end
end