Skip to content

Commit

Permalink
New module: Salary
Browse files Browse the repository at this point in the history
  • Loading branch information
NaathySz authored Jul 24, 2024
1 parent 7d5111c commit 5680e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store_Modules/Store_Salary/cs2-store-salary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Store_SalaryConfig : BasePluginConfig
};

[JsonPropertyName("salary_command")]
public List<string> SalaryCommand { get; set; } = new() { "salary" };
public List<string> SalaryCommand { get; set; } = ["salary"];

[JsonPropertyName("database_host")]
public string DatabaseHost { get; set; } = "localhost";
Expand Down

0 comments on commit 5680e3d

Please sign in to comment.