Skip to content

Commit

Permalink
Fix log spam from spawn dummies when reloading blueprints (FAForever#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 authored May 23, 2024
1 parent 2f02490 commit ee89f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6209.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6209) Fix log warning spam from spawn dummies every time blueprints are reloaded.
3 changes: 3 additions & 0 deletions lua/system/Blueprints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@ local function SpawnMenuDummyChanges(all_bps)
UniformScale = 0,
HideLifebars = true,
},
Intel = {
WaterVisionRadius = 0,
},
Physics = {
SkirtOffsetX = SOffsetX,
SkirtOffsetZ = SOffsetZ,
Expand Down

0 comments on commit ee89f4f

Please sign in to comment.