mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-11 16:59:58 +00:00
Update Config.cs
This commit is contained in:
@@ -36,7 +36,7 @@ namespace WeaponPaints
|
|||||||
public List<string> CommandMusic { get; set; } = ["music"];
|
public List<string> CommandMusic { get; set; } = ["music"];
|
||||||
|
|
||||||
[JsonPropertyName("CommandPin")]
|
[JsonPropertyName("CommandPin")]
|
||||||
public List<string> CommandPin { get; set; } = ["pins"];
|
public List<string> CommandPin { get; set; } = ["pin", "pins", "coin", "coins"];
|
||||||
|
|
||||||
[JsonPropertyName("CommandGlove")]
|
[JsonPropertyName("CommandGlove")]
|
||||||
public List<string> CommandGlove { get; set; } = ["gloves"];
|
public List<string> CommandGlove { get; set; } = ["gloves"];
|
||||||
@@ -68,7 +68,7 @@ namespace WeaponPaints
|
|||||||
|
|
||||||
public class WeaponPaintsConfig : BasePluginConfig
|
public class WeaponPaintsConfig : BasePluginConfig
|
||||||
{
|
{
|
||||||
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 8;
|
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 9;
|
||||||
|
|
||||||
[JsonPropertyName("SkinsLanguage")]
|
[JsonPropertyName("SkinsLanguage")]
|
||||||
public string SkinsLanguage { get; set; } = "en";
|
public string SkinsLanguage { get; set; } = "en";
|
||||||
|
|||||||
Reference in New Issue
Block a user