mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
fix SPV CUP sending condition
This commit is contained in:
parent
ac2b8d72ff
commit
80b8874d50
@ -53,7 +53,7 @@ class SetPositionVariablesHandler : CommandHandler {
|
|||||||
if (ue != null)
|
if (ue != null)
|
||||||
vars.Add("UE", ue);
|
vars.Add("UE", ue);
|
||||||
// pitch
|
// pitch
|
||||||
float? cup = spvData.Get<float>("CUP");
|
float? cup = spvData.Get<float?>("CUP");
|
||||||
if (cup != null)
|
if (cup != null)
|
||||||
vars.Add("CUP", (float)cup);
|
vars.Add("CUP", (float)cup);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user