mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
Added Clan User Variable
This commit is contained in:
parent
a94e5f75e0
commit
7c3f02a03b
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user