Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jabak
2024-08-23 16:31:34 +03:00
7 changed files with 50 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ public sealed class ExplosionShockWaveOverlay : Overlay, IEntityEventSubscriber
/// <summary>
/// Maximum number of distortions that can be shown on screen at a time.
/// </summary>
public const int MaxCount = 30;
public const int MaxCount = 15;
public ExplosionShockWaveOverlay()
{