Merge 7c3f02a03bfe90e0ecaead25951e89148f9d377e into a94e5f75e0750dbacdcd638e0490c80292a429c0

This commit is contained in:
Hipposgrumm 2025-07-30 11:48:12 -06:00 committed by GitHub
commit 24ac78eb51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,8 @@ public class PlayerData {
"P", // position vector (older games)
"R", // rotation (older games - updated via SUV, not SPV)
"F", // flags (older games - updated via SUV, not SPV)
"UTI", // group/clan
"UTI", // group/clan (EMD)
"CLU", // group/clan (newer)
"SPM", // drive mode (Eat My Dust)
"H", // health
};