diff --git a/ConfigApp/Effects.cs b/ConfigApp/Effects.cs index e5bdd3a97..b6ac78741 100644 --- a/ConfigApp/Effects.cs +++ b/ConfigApp/Effects.cs @@ -413,6 +413,7 @@ public enum EffectTimedType { "screen_realfp", new EffectInfo("Real First Person", EffectCategory.Screen, true) }, { "screen_hueshift", new EffectInfo("Hue Shift", EffectCategory.Screen, true) }, { "player_copyforce", new EffectInfo("Use The Force", EffectCategory.Player, true, true) }, + { "player_tptowaypointopposite", new EffectInfo("Teleport To The Opposite Side Of Waypoint", EffectCategory.Player) }, }; } }