From be360f578ff2167074731cd7f6f0746553f87b9e Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Sat, 31 Aug 2024 02:34:16 +0800 Subject: [PATCH] Move CTP override to prejoin hooks --- prejoin_hooks/init.lua | 3 ++- .../modules/remove_ctp_playerstep.lua | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename remove_playerstepsoundtime_ctp.g.lua => prejoin_hooks/modules/remove_ctp_playerstep.lua (98%) diff --git a/prejoin_hooks/init.lua b/prejoin_hooks/init.lua index 74a54a7..c871c60 100644 --- a/prejoin_hooks/init.lua +++ b/prejoin_hooks/init.lua @@ -1,3 +1,4 @@ include("metastruct_specific/modules/pickup_hook.lua") include("metastruct_specific/modules/use_hook.lua") -include("metastruct_specific/modules/hook_killer.lua") \ No newline at end of file +include("metastruct_specific/modules/hook_killer.lua") +include("metastruct_specific/modules/remove_ctp_playerstep.lua") \ No newline at end of file diff --git a/remove_playerstepsoundtime_ctp.g.lua b/prejoin_hooks/modules/remove_ctp_playerstep.lua similarity index 98% rename from remove_playerstepsoundtime_ctp.g.lua rename to prejoin_hooks/modules/remove_ctp_playerstep.lua index 8f119fa..1f46a8f 100644 --- a/remove_playerstepsoundtime_ctp.g.lua +++ b/prejoin_hooks/modules/remove_ctp_playerstep.lua @@ -1,3 +1,3 @@ --- This gets rid of the awful PlayerStepSound calculatuion CTP does --- Which isn't pretty anyway +-- This gets rid of the awful PlayerStepSound calculatuion CTP does +-- Which isn't pretty anyway function ctp:PlayerStepSoundTime() end \ No newline at end of file