Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DoutorWhite committed Dec 8, 2023
1 parent ebee89c commit 2c8c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ public static readonly CVarDef<float>
public static readonly CVarDef<float> LightIntensityFall =
CVarDef.Create("time.light_intensity_fall", 1.75f, desc: "Define o multiplicador da queda de intensidade das luzes durante o modo noturno. (fator)", flag: CVar.SERVERONLY);
public static readonly CVarDef<float> LightRadiusFall =
CVarDef.Create("time.light_intensity_fall", 1.5f, desc: "Define o multiplicador da queda do radio das luzes durante o modo noturno. (fator)", flag: CVar.SERVERONLY);
CVarDef.Create("time.light_radius_fall", 1.5f, desc: "Define o multiplicador da queda do radio das luzes durante o modo noturno. (fator)", flag: CVar.SERVERONLY);
public static readonly CVarDef<int> NightChangeTime =
CVarDef.Create("time.night_change_time", 20, desc: "Horário em que a estação entrará em modo noturno (se estiver ativo). (horário)", flag: CVar.SERVERONLY);
public static readonly CVarDef<int> DayChangeTime =
Expand Down

0 comments on commit 2c8c3ea

Please sign in to comment.