diff --git a/ChaosMod/Effects/db/Player/PlayerTpToEverything.cpp b/ChaosMod/Effects/db/Player/PlayerTpToEverything.cpp index 3ec16f5c7..839fdd802 100644 --- a/ChaosMod/Effects/db/Player/PlayerTpToEverything.cpp +++ b/ChaosMod/Effects/db/Player/PlayerTpToEverything.cpp @@ -56,6 +56,7 @@ static void OnTick() } } +/* // clang-format off REGISTER_EFFECT(OnStart, nullptr, OnTick, EffectInfo { @@ -64,4 +65,5 @@ REGISTER_EFFECT(OnStart, nullptr, OnTick, EffectInfo .IsTimed = true, .IsShortDuration = true } -); \ No newline at end of file +); +*/ \ No newline at end of file diff --git a/ConfigApp/Effects.cs b/ConfigApp/Effects.cs index 894138ed3..1a3fd0b50 100644 --- a/ConfigApp/Effects.cs +++ b/ConfigApp/Effects.cs @@ -354,7 +354,7 @@ public enum EffectTimedType { "misc_ghost_world", new EffectInfo("Ghost Town", EffectCategory.Misc, true) }, { "peds_headless", new EffectInfo("Mannequins", EffectCategory.Peds, true) }, { "peds_2x_animation_speed", new EffectInfo("2x Animation Speed", EffectCategory.Peds, true) }, - { "player_tp_to_everything", new EffectInfo("Teleporter Malfunction", EffectCategory.Player, true, true) }, + // { "player_tp_to_everything", new EffectInfo("Teleporter Malfunction", EffectCategory.Player, true, true) }, { "player_laggy_camera", new EffectInfo("Delayed Camera", EffectCategory.Player, true) }, { "misc_clone_on_death", new EffectInfo("Resurrection Day", EffectCategory.Misc, true, true) }, { "misc_sideways_gravity", new EffectInfo("Sideways Gravity", EffectCategory.Misc, true, true) },