Skip to content

Commit

Permalink
Version 3.0.7 - BP Version 1.12 - 02.01.20201
Browse files Browse the repository at this point in the history
  • Loading branch information
PLASMAchicken committed Feb 1, 2021
1 parent 7e59784 commit 3f2dec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BPEssentials/Commands/Player/Heal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void Invoke(ShPlayer player, ShPlayer target = null)
{
target = target ?? player;
target.svPlayer.SvClearInjuries();
target.svPlayer.Heal(target.maxStat);
target.svPlayer.SvHeal(target.maxStat);
player.TS("healed", target.username.CleanerMessage());
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/BPEssentials/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("6898544b-a280-4866-ba6f-9d0dc8f62ca8")]

[assembly: AssemblyFileVersion("3.0.6")]
[assembly: AssemblyFileVersion("3.0.7")]

0 comments on commit 3f2dec2

Please sign in to comment.