Skip to content

Commit 3f2dec2

Browse files
committed
Version 3.0.7 - BP Version 1.12 - 02.01.20201
1 parent 7e59784 commit 3f2dec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BPEssentials/Commands/Player/Heal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public void Invoke(ShPlayer player, ShPlayer target = null)
1111
{
1212
target = target ?? player;
1313
target.svPlayer.SvClearInjuries();
14-
target.svPlayer.Heal(target.maxStat);
14+
target.svPlayer.SvHeal(target.maxStat);
1515
player.TS("healed", target.username.CleanerMessage());
1616
}
1717
}

src/BPEssentials/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("6898544b-a280-4866-ba6f-9d0dc8f62ca8")]
1414

15-
[assembly: AssemblyFileVersion("3.0.6")]
15+
[assembly: AssemblyFileVersion("3.0.7")]

0 commit comments

Comments
 (0)