local netS = net.Start; net.Start = function( name ) if ( name == "checksuam" || name == "control_vars" ) then return; end return netS( name ); end