Skip to content

Commit 51b4994

Browse files
committed
ConfigApp: Add missing entry for "Teleport To The Opposite Side Of Waypoint" effect
1 parent 6bb7732 commit 51b4994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ConfigApp/Effects.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ public enum EffectTimedType
413413
{ "screen_realfp", new EffectInfo("Real First Person", EffectCategory.Screen, true) },
414414
{ "screen_hueshift", new EffectInfo("Hue Shift", EffectCategory.Screen, true) },
415415
{ "player_copyforce", new EffectInfo("Use The Force", EffectCategory.Player, true, true) },
416+
{ "player_tptowaypointopposite", new EffectInfo("Teleport To The Opposite Side Of Waypoint", EffectCategory.Player) },
416417
};
417418
}
418419
}

0 commit comments

Comments
 (0)