diff --git a/ChaosMod/Effects/db/Player/PlayerTpController.cpp b/ChaosMod/Effects/db/Player/PlayerTpController.cpp index 07942207b..73aa0427e 100644 --- a/ChaosMod/Effects/db/Player/PlayerTpController.cpp +++ b/ChaosMod/Effects/db/Player/PlayerTpController.cpp @@ -398,7 +398,7 @@ static Vector3 PerformFakeTeleport(std::string effectId) WAIT(0); break; - case 11: // player_tptowaypointopposite + case "player_tptowaypointopposite"_hash: OnStartWaypointOpposite(); break; }