From 88e51fe1d97d9ddcf02f7b14af80a40279d7b2a0 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sun, 12 Dec 2021 15:03:05 -0800 Subject: [PATCH] Add back fast melee --- scripts/zm/main/_zm_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/main/_zm_reimagined.gsc b/scripts/zm/main/_zm_reimagined.gsc index a9569279..92565b5c 100644 --- a/scripts/zm/main/_zm_reimagined.gsc +++ b/scripts/zm/main/_zm_reimagined.gsc @@ -63,7 +63,7 @@ onplayerspawned() self thread fall_velocity_check(); - self thread remove_fast_melee(); + //self thread remove_fast_melee(); // Removed until melee weapon can be added self thread solo_lives_fix();