From 4e4498e2e9156e24021546007979e5440b2cc7af Mon Sep 17 00:00:00 2001 From: hydrant Date: Thu, 22 Apr 2021 23:06:30 +0200 Subject: [PATCH] fix handsup --- ReallifeGamemode.Client/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index c2b161ab..0ec8ef2d 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -268,6 +268,9 @@ antiAfk(globalData); import ammunation from './Interaction/ammunation/ammunation'; ammunation(globalData); +import handsup from './Player/handsup'; +handsup(); + import spawnschutz from './Player/spawnschutz'; spawnschutz();