Update Config.cs

Changed refresh command to wp by default
This commit is contained in:
Dawid Bepierszcz
2023-11-16 11:30:16 +01:00
committed by GitHub
parent 9ad7f9fc83
commit c82a0c0d26

View File

@@ -47,7 +47,7 @@ namespace WeaponPaints
public string CommandSkin { get; set; } = "ws";
[JsonPropertyName("CommandRefresh")]
public string CommandRefresh { get; set; } = "refresh";
public string CommandRefresh { get; set; } = "wp";
[JsonPropertyName("CommandKill")]
public string CommandKill { get; set; } = "kill";