1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Changed FromPlayer to ByPlayer

This commit is contained in:
Rich Dunne 2021-07-07 07:28:34 -06:00
parent 7c009e0f5b
commit 1fe9a61d0e

View file

@ -461,7 +461,7 @@
FromPath = 0, FromPath = 0,
FromWaypoint = 1, FromWaypoint = 1,
FromWorld = 2, FromWorld = 2,
FromPlayer = 3, ByPlayer = 3,
FromDirected = 4 FromDirected = 4
} }