moving the trail a little out of the ground so its visible when standing on moving objects like boats

This commit is contained in:
jenz 2026-07-30 22:07:00 +02:00
parent ef5ba318c1
commit 4cf475c109

View File

@ -433,7 +433,7 @@ public void SpawnTrail(int client)
float dest_vector[3];
dest_vector[0] = 0.0;
dest_vector[1] = 0.0;
dest_vector[2] = 0.0;
dest_vector[2] = 5.0;
float or[3];
float ang[3];