Skip to content

Commit

Permalink
ConfigApp: Add missing entry for "Teleport To The Opposite Side Of Wa…
Browse files Browse the repository at this point in the history
…ypoint" effect
  • Loading branch information
pongo1231 committed Jan 22, 2025
1 parent 6bb7732 commit 51b4994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ConfigApp/Effects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
};
}
}

0 comments on commit 51b4994

Please sign in to comment.