From 8035db4327c4be86303ca62e338564a01cf489a9 Mon Sep 17 00:00:00 2001 From: kosmik641 Date: Sat, 20 Dec 2025 16:42:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=85=D1=83=D0=BA=20MetrostroiDecoupled=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D1=80=D0=B0=D1=81=D1=86=D0=B5=D0=BF=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B5=D0=B7=D0=B4=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/entities/gmod_subway_base/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/entities/gmod_subway_base/init.lua b/lua/entities/gmod_subway_base/init.lua index a240994..8fca5a9 100644 --- a/lua/entities/gmod_subway_base/init.lua +++ b/lua/entities/gmod_subway_base/init.lua @@ -961,7 +961,8 @@ function ENT:OnDecouple(isfront) else self.RearCoupledBogey = nil end - + + hook.Run("MetrostroiDecoupled",self) self:OnConnectDisconnect() if self.OnDecoupled then self:OnDecoupled() end --[[GRAVHULL