Queue transport pre-spawn moves and add Z weapon sheath toggle

This commit is contained in:
Kelsi 2026-02-12 00:14:39 -08:00
parent d6e7b0809c
commit 5d63bb0988
4 changed files with 120 additions and 47 deletions

View file

@ -66,6 +66,7 @@ struct ActiveTransport {
glm::vec3 serverLinearVelocity;
float serverAngularVelocity;
bool hasServerVelocity;
bool allowBootstrapVelocity; // Disable DBC bootstrap when spawn/path mismatch is clearly invalid
};
class TransportManager {