mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-18 13:11:55 +00:00
Bump css version
This commit is contained in:
@@ -20,7 +20,7 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig
|
||||
public override string ModuleAuthor => "Nereziel & daffyy";
|
||||
public override string ModuleDescription => "Skin, gloves, agents and knife selector, standalone and web-based";
|
||||
public override string ModuleName => "WeaponPaints";
|
||||
public override string ModuleVersion => "3.2b";
|
||||
public override string ModuleVersion => "3.3a";
|
||||
|
||||
public override void Load(bool hotReload)
|
||||
{
|
||||
@@ -47,7 +47,7 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig
|
||||
.OfType<CCSPlayerController>(Utilities.GetPlayers().TakeWhile(_ => WeaponSync != null))
|
||||
.Where(player => player.IsValid &&
|
||||
!string.IsNullOrEmpty(player.IpAddress) && player is
|
||||
{ IsBot: false, Connected: PlayerConnectedState.PlayerConnected }))
|
||||
{ IsBot: false, Connected: PlayerConnectedState.Connected }))
|
||||
{
|
||||
var playerInfo = new PlayerInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user