mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-02 06:10:45 +00:00
Update Config.cs
Changed refresh command to wp by default
This commit is contained in:
@@ -47,7 +47,7 @@ namespace WeaponPaints
|
|||||||
public string CommandSkin { get; set; } = "ws";
|
public string CommandSkin { get; set; } = "ws";
|
||||||
|
|
||||||
[JsonPropertyName("CommandRefresh")]
|
[JsonPropertyName("CommandRefresh")]
|
||||||
public string CommandRefresh { get; set; } = "refresh";
|
public string CommandRefresh { get; set; } = "wp";
|
||||||
|
|
||||||
[JsonPropertyName("CommandKill")]
|
[JsonPropertyName("CommandKill")]
|
||||||
public string CommandKill { get; set; } = "kill";
|
public string CommandKill { get; set; } = "kill";
|
||||||
|
|||||||
Reference in New Issue
Block a user