diff --git a/Content/Blueprints/Widgets/HudWidget.uasset b/Content/Blueprints/Widgets/HudWidget.uasset index a2848635f..bbd814bea 100644 Binary files a/Content/Blueprints/Widgets/HudWidget.uasset and b/Content/Blueprints/Widgets/HudWidget.uasset differ diff --git a/Source/Cloud9/Weapon/Utils/ItemSpawner.cpp b/Source/Cloud9/Weapon/Utils/ItemSpawner.cpp index 4083e5f84..6b2e94e68 100644 --- a/Source/Cloud9/Weapon/Utils/ItemSpawner.cpp +++ b/Source/Cloud9/Weapon/Utils/ItemSpawner.cpp @@ -53,8 +53,6 @@ AItemSpawner::AItemSpawner() ItemSampleComponent->SetupAttachment(RootComponent); GlowingEffectComponent->SetupAttachment(RootComponent); - log(Error, "ATTACHEMENT DONE %s", *GetName()) - bIsDestroyOnActivation = false; GlowingEffect = nullptr; bIsGlowingEffectPreview = true;