Game Development Community

Minor bug in Scrips/Server/Player.cs

by Vince Gee · in Torque 3D Professional · 02/13/2013 (7:05 pm) · 1 replies

Guys,

Minor bug in Player.cs

On Line 193

ServerConnection.setFirstPerson(0);

change to

%obj.client.setFirstPerson(0);


#1
02/14/2013 (11:18 am)
Instead of forcing into first person when mounting a vehicle I would actually just remove that line. I'm guessing that was added to keep things pretty for the Cheetah...