diff --git a/lua/entities/gmod_wire_expression2/core/entity.lua b/lua/entities/gmod_wire_expression2/core/entity.lua index b3e6864806..35ab046e93 100644 --- a/lua/entities/gmod_wire_expression2/core/entity.lua +++ b/lua/entities/gmod_wire_expression2/core/entity.lua @@ -359,7 +359,7 @@ end e2function number entity:stress() if not validPhysics(this) then return 0 end local phys = this:GetPhysicsObject() - return phys:GetStress() + return phys:GetStress() or 0 end /******************************************************************************/