Не так много

This commit is contained in:
BIGZi0348
2025-01-01 19:34:38 +03:00
parent 12eb0b5308
commit ccdcd00f54

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", 10.4f, CVar.SERVERONLY);
CVarDef.Create("white.random_artifacts_ratio", 0.4f, CVar.SERVERONLY);
public static readonly CVarDef<string> ACWebhook =
CVarDef.Create("ac.webhook", "", CVar.SERVERONLY);