From 32e6f41a9b289e813e5eccbd63e229a3dd1b7534 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 22 Mar 2025 21:41:01 +0200 Subject: [PATCH] Add version --- timer.nut | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/timer.nut b/timer.nut index 9ba70b5..0485213 100644 --- a/timer.nut +++ b/timer.nut @@ -1,3 +1,9 @@ +# ------------------------------------------------ +# Offline timer for gamers going fast. +# https://jump.tf/forum/index.php?topic=3709.0 +# Version 1.0.0 +# ------------------------------------------------ + MASK_ATTACK_TRACE <- Constants.FContents.CONTENTS_SOLID | Constants.FContents.CONTENTS_PLAYERCLIP |