diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-05 00:23:32 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-05 00:23:32 -0400 |
| commit | f53052a063b73e92c4e92b214e439b446600fe8a (patch) | |
| tree | 2e0c4952ef1cac1515750d047c0b8d8486fe5192 /gamemode/client/cl_legs.lua | |
| parent | 5d77d8475af7aff27eb026a4b56065387c024165 (diff) | |
| download | artery-f53052a063b73e92c4e92b214e439b446600fe8a.tar.gz artery-f53052a063b73e92c4e92b214e439b446600fe8a.tar.bz2 artery-f53052a063b73e92c4e92b214e439b446600fe8a.zip | |
Minor update
Diffstat (limited to 'gamemode/client/cl_legs.lua')
| -rw-r--r-- | gamemode/client/cl_legs.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gamemode/client/cl_legs.lua b/gamemode/client/cl_legs.lua index 506a0a9..53f8cf4 100644 --- a/gamemode/client/cl_legs.lua +++ b/gamemode/client/cl_legs.lua @@ -1,14 +1,9 @@ -do return end --[[ - - The purpose of this file is to render the client's legs - for realism purposes, this file wasn't coded by any of the - NightZ team it was however coded by Valkyrie: + Made by Valkyrie http://facepunch.com/showthread.php?t=1227980&p=38680440&viewfull=1#post38680440 --]] -if SERVER then error("What happened?") end local Legs = {} Legs.LegEnt = nil |
