File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
44
55## Unreleased
66
7+ ### Fixed
8+
9+ - Fixed health station continuous use not working (by @wgetJane )
10+
711## [ v0.14.3b] ( https://github.com/TTT-2/TTT2/tree/v0.14.3b ) (2025-03-18)
812
913### Added
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ ENT.NextHeal = 0
2727ENT .HealRate = 1
2828ENT .HealFreq = 0.2
2929
30- ENT .CanUseKey = true
31-
3230---
3331-- @realm shared
3432function ENT :SetupDataTables ()
Original file line number Diff line number Diff line change @@ -49,6 +49,5 @@ function entmeta:IsSpecialUsableEntity()
4949 or self .player_ragdoll
5050 or self :IsPlayerRagdoll ()
5151 or self .CanUseKey
52- or self .ClientUse
5352 or self .RemoteUse
5453end
You can’t perform that action at this time.
0 commit comments