diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-11 14:20:00 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-11 14:20:00 -0500 |
| commit | 93568fcb09f3e971c50ca10da9b57eccc754cbe6 (patch) | |
| tree | 63a353d1436f199e08fe17a527c55e879ec75077 /gamemode/core/combat/cl_damage.lua | |
| parent | 2252904b8147419c551ad2653a20627281d0531f (diff) | |
| download | artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.tar.gz artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.tar.bz2 artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.zip | |
Removed most of the debug print statements in the core
Also did some other stuff I guess
Diffstat (limited to 'gamemode/core/combat/cl_damage.lua')
| -rw-r--r-- | gamemode/core/combat/cl_damage.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/core/combat/cl_damage.lua b/gamemode/core/combat/cl_damage.lua index a45cb72..ed21b8a 100644 --- a/gamemode/core/combat/cl_damage.lua +++ b/gamemode/core/combat/cl_damage.lua @@ -3,7 +3,6 @@ local drawables = {} net.Receive("art_damage_ent",function() - --print("Notified of damage") local who = net.ReadEntity() local dmg = net.ReadDouble() |
