mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
still use angles even if setstart pos isn't in start zone
This commit is contained in:
parent
f8eb56cd17
commit
c0eaba7b37
@ -3335,7 +3335,7 @@ public void Shavit_OnRestart(int client, int track)
|
||||
bCustomStart = PointInBox(fCustomStart, bmin, bmax);
|
||||
}
|
||||
|
||||
TeleportEntity(client, bCustomStart ? fCustomStart : fCenter, bCustomStart ? gF_StartAng[client][track] : NULL_VECTOR, view_as<float>({0.0, 0.0, 0.0}));
|
||||
TeleportEntity(client, bCustomStart ? fCustomStart : fCenter, gB_HasSetStart[client][track] ? gF_StartAng[client][track] : NULL_VECTOR, view_as<float>({0.0, 0.0, 0.0}));
|
||||
}
|
||||
|
||||
// kz buttons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user