mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-19 13:41:55 +00:00
2.2b
- Small fixes 🍕
This commit is contained in:
@@ -10,6 +10,7 @@ namespace WeaponPaints
|
||||
|
||||
[JsonPropertyName("GloveEnabled")]
|
||||
public bool GloveEnabled { get; set; } = true;
|
||||
|
||||
[JsonPropertyName("AgentEnabled")]
|
||||
public bool AgentEnabled { get; set; } = true;
|
||||
|
||||
@@ -27,6 +28,7 @@ namespace WeaponPaints
|
||||
|
||||
[JsonPropertyName("CommandGlove")]
|
||||
public string CommandGlove { get; set; } = "gloves";
|
||||
|
||||
[JsonPropertyName("CommandAgent")]
|
||||
public string CommandAgent { get; set; } = "agents";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user