Skip to content

Commit

Permalink
Disabled Teleporter Malfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Regynate committed Oct 26, 2023
1 parent 36cd8e6 commit f80f900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChaosMod/Effects/db/Player/PlayerTpToEverything.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static void OnTick()
}
}

/*
// clang-format off
REGISTER_EFFECT(OnStart, nullptr, OnTick, EffectInfo
{
Expand All @@ -64,4 +65,5 @@ REGISTER_EFFECT(OnStart, nullptr, OnTick, EffectInfo
.IsTimed = true,
.IsShortDuration = true
}
);
);
*/
2 changes: 1 addition & 1 deletion ConfigApp/Effects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit f80f900

Please sign in to comment.