diff options
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 |
