From d1470564e351d736311df9b58f8f87fd25272b1a Mon Sep 17 00:00:00 2001 From: kookroach Date: Tue, 6 Apr 2021 14:59:08 +0200 Subject: [PATCH] fix ServerSide --- ReallifeGamemode.Server/Util/AnimationSync.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Util/AnimationSync.cs b/ReallifeGamemode.Server/Util/AnimationSync.cs index 4f33ea9e..ea4cceda 100644 --- a/ReallifeGamemode.Server/Util/AnimationSync.cs +++ b/ReallifeGamemode.Server/Util/AnimationSync.cs @@ -37,7 +37,7 @@ namespace ReallifeGamemode.Server.Util } } - public class AnimationSyncEvents + public class AnimationSyncEvents : Script { [RemoteEvent("CLIENT:AnimPairTransition")] public void AnimPairTransition(Player player, Player target, string transitionTo)