FAForever / fa

Lua code for FAF
221 stars 228 forks source link

Fix log spam from spawn dummies when reloading blueprints #6209

Closed lL1l1 closed 1 month ago

lL1l1 commented 1 month ago

Description of the proposed changes

Water vision defaults to 10, which causes intel size warnings in the log every time blueprints are reloaded. For example:

warning: Intel radius of spawn_dummy_24_0-1_22 (= 10) for WaterVisionRadius does not match intel grid (4 ogrids), should be either 8 or 12

Testing done on the proposed changes

Reloading a blueprint no longer causes 40 lines of warnings about spawn dummy water vision not matching intel grid resolution.

Checklist