Added Clan User Variable

This commit is contained in:
Hipposgrumm 2025-07-29 20:36:39 -06:00
parent a94e5f75e0
commit 7c3f02a03b

View File

@ -59,7 +59,8 @@ public class PlayerData {
"P", // position vector (older games) "P", // position vector (older games)
"R", // rotation (older games - updated via SUV, not SPV) "R", // rotation (older games - updated via SUV, not SPV)
"F", // flags (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) "SPM", // drive mode (Eat My Dust)
"H", // health "H", // health
}; };