Skip to content
Snippets Groups Projects
Commit 28e7ce7f authored by Grant Voelker's avatar Grant Voelker
Browse files

- Added TeleportEffectOrigin to the keyvalue function


Signed-off-by: default avatarGrant Voelker <advanceseven@gmail.com>
parent a29cc1ef
Branches telefrag
1 merge request!1Telefragging
Pipeline #2011 passed with stage
in 9 seconds
......@@ -73,6 +73,9 @@ function ENT:KeyValue(key, value)
elseif key == "TeleportDestination" then
self.TeleportDestination = Vector(value)
elseif key == "TeleportEffectOrigin" then
self.TeleportEffectOrigin = Vector(value)
elseif key == "TeleportAngle" then
self.TeleportAngle = Angle(value)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment