Подкрутка

This commit is contained in:
BIGZi0348
2025-01-05 16:53:02 +03:00
parent 07cec43638
commit 2068296208
2 changed files with 4 additions and 4 deletions

View File

@@ -418,7 +418,7 @@ public sealed class WhiteCVars
CVarDef.Create("white.random_artifacts_enabled", true, CVar.SERVERONLY);
public static readonly CVarDef<float> ItemToArtifactRatio =
CVarDef.Create("white.random_artifacts_ratio", 0.4f, CVar.SERVERONLY);
CVarDef.Create("white.random_artifacts_ratio", 0.5f, CVar.SERVERONLY);
public static readonly CVarDef<string> ACWebhook =
CVarDef.Create("ac.webhook", "", CVar.SERVERONLY);