Remove explosion networking jank (#12733)
This commit is contained in:
@@ -630,11 +630,10 @@ namespace Content.Shared.CCVar
|
||||
CVarDef.Create("explosion.incremental_tile", false, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Client-side explosion visuals: for how many seconds should an explosion stay on-screen once it has
|
||||
/// finished expanding?
|
||||
/// This determines for how many seconds an explosion should stay visible once it has finished expanding.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> ExplosionPersistence =
|
||||
CVarDef.Create("explosion.persistence", 0.3f, CVar.REPLICATED);
|
||||
CVarDef.Create("explosion.persistence", 0.3f, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// If an explosion covers a larger area than this number, the damaging/processing will always start during
|
||||
|
||||
Reference in New Issue
Block a user