diff --git a/server/src/bindings/Player.cpp b/server/src/bindings/Player.cpp index 9148daff..653105c0 100644 --- a/server/src/bindings/Player.cpp +++ b/server/src/bindings/Player.cpp @@ -1420,6 +1420,7 @@ static void GetDecorations(const v8::FunctionCallbackInfo& info) V8_NEW_OBJECT(decorationsObj); V8_OBJECT_SET_UINT(decorationsObj, "collection", decoration.collection); V8_OBJECT_SET_UINT(decorationsObj, "overlay", decoration.overlay); + V8_OBJECT_SET_INT(decorationsObj, "count", decoration.count); decorationsArr->Set(ctx, i, decorationsObj); } diff --git a/shared/deps/cpp-sdk b/shared/deps/cpp-sdk index d6d7c8a7..2fe9645d 160000 --- a/shared/deps/cpp-sdk +++ b/shared/deps/cpp-sdk @@ -1 +1 @@ -Subproject commit d6d7c8a78d3298690e6ef3138853e6d864d90732 +Subproject commit 2fe9645da8d1cf8db2867cc76f189ff3c57faf89