diff --git a/build/K4ryuuDamageInfo/CounterStrikeSharp.API.dll b/build/K4ryuuDamageInfo/CounterStrikeSharp.API.dll index 8286f73..078c0d3 100644 Binary files a/build/K4ryuuDamageInfo/CounterStrikeSharp.API.dll and b/build/K4ryuuDamageInfo/CounterStrikeSharp.API.dll differ diff --git a/build/K4ryuuDamageInfo/K4ryuuDamageInfo.dll b/build/K4ryuuDamageInfo/K4ryuuDamageInfo.dll index 89d2d44..31b18b4 100644 Binary files a/build/K4ryuuDamageInfo/K4ryuuDamageInfo.dll and b/build/K4ryuuDamageInfo/K4ryuuDamageInfo.dll differ diff --git a/build/K4ryuuDamageInfo/K4ryuuDamageInfo.pdb b/build/K4ryuuDamageInfo/K4ryuuDamageInfo.pdb index eb06284..90500e9 100644 Binary files a/build/K4ryuuDamageInfo/K4ryuuDamageInfo.pdb and b/build/K4ryuuDamageInfo/K4ryuuDamageInfo.pdb differ diff --git a/src/CounterStrikeSharp.API.dll b/src/CounterStrikeSharp.API.dll deleted file mode 100644 index 8286f73..0000000 Binary files a/src/CounterStrikeSharp.API.dll and /dev/null differ diff --git a/src/K4ryuuDamageInfo.cs b/src/K4ryuuDamageInfo.cs index c839df3..18506b7 100644 --- a/src/K4ryuuDamageInfo.cs +++ b/src/K4ryuuDamageInfo.cs @@ -9,7 +9,7 @@ namespace K4ryuuDamageInfo public class DamageInfoPlugin : BasePlugin { public override string ModuleName => "Damage Info"; - public override string ModuleVersion => "1.1.1"; + public override string ModuleVersion => "1.2.0"; public override string ModuleAuthor => "K4ryuu"; private Dictionary playerDamageData = new Dictionary(); public Dictionary> playerDamageInfo = new Dictionary>();