diff options
Diffstat (limited to 'gamemode/shared.lua')
| -rw-r--r-- | gamemode/shared.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/shared.lua b/gamemode/shared.lua index 031025e..cdb05e9 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -16,6 +16,8 @@ GM.Website = "www.cogarr.org" local Zero = Vector(0,0,0)
+
+
function GM:Move(ply,mv)
if (ply:IsPigeon() or !ply:Alive()) then mv:SetVelocity(-ply:GetVelocity()) return mv end
end
|
