This commit is contained in:
2021-04-06 03:03:47 +02:00
parent aadce89a71
commit ceab952dd5
3 changed files with 65 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ namespace ReallifeGamemode.Server.Util
{
public static class AnimationSync
{
public static void PlaySyncAnimation(this Player player, string animationName)
public static void SyncAnimation(this Player player, string animationName)
{
if (!player.HasData("Animation"))
player.SetData("Animation", String.Empty);