From a9341366c14ab53f537d88cfd55d04ee1b9c9b6d Mon Sep 17 00:00:00 2001 From: kookroach Date: Wed, 7 Apr 2021 01:15:46 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Server/Util/AttachmentSync.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReallifeGamemode.Server/Util/AttachmentSync.cs b/ReallifeGamemode.Server/Util/AttachmentSync.cs index 04e1db94..5828917a 100644 --- a/ReallifeGamemode.Server/Util/AttachmentSync.cs +++ b/ReallifeGamemode.Server/Util/AttachmentSync.cs @@ -148,8 +148,6 @@ public class AttachmentSyncExample : Script } else { - player.ClearAnimation(); - player.ClearAttachments(); } }