In the U.S. the voltage supplied to a house is actually 240 VAC but in a split phase configuration. If you were to look inside your breaker panel (which I do not recommend you do lest you die a horrible toasty death) you will find there are actually three wires being fed in: two hots and a neutral. The neutral wire is actually a center tap of the secondary coil of the transformer out in the street which provides a potential of only 120V but the potential between the two hots, that represent the two ends of the complete secondary coil, is actually 240V. Relative to the neutral each of the two hots are 120V each but 180 degrees out of phase with each other (hence "split-phase"). While 120V and 240V are both dangerous, 240V is far more dangerous (I=V/R) and those circuits are typically reserved only for power hungry devices such as, but not limited to; hot water heaters, stoves, ovens, dryers and arc welders.
tl;dr edition: We actually use 240V
Correct me if I'm wrong here but I think a bigger problem is lead-free solder. Tin alloy solder doesn't hold up nearly as well and often electronics will fail because the solder joint fractures from thermal expansion or developers whiskers that end up causing a short circuit and magic smoke.
The end result is that many people just throw out their electronics after a couple of years when the inevitable failure happens instead of fixing it. So those who pushed for lead free solder in the early 1990's for the sake of the environment ended up making an even bigger mess for the environment.
This is the way my PHP code is setup. I perform business logic first in its own separate classes, and the business logic has no concept of a view and only exposes enough information to be useful into a generic model object. Then afterward I render all the HTML and everything using PHP inline, sort of like Razor, using the information in that model object.
The source of PHP's greatest power is also its greatest weakness in that, like C, it is very flexible, doesn't hold your hand and gives you enough rope to hang yourself in that it will let you structure your code and use any pattern you see fit. Unfortunately many individuals have hung themselves with it and now many people blame PHP instead of the users.
What you're describing in Leviticus is the Mosiac Law. The purpose of said law was to keep the ancient nation of Israel clean, morally and physically, and to provide a means for the Messiah. The Law also promoted health by having provisions for quarantining the ill, proper corpse disposal and designated toilet areas. Other things the Mosiac Law prohibited that were commonly practiced by surrounding nations were things like incest, child sacrifice, inquiring of the dead or otherwise communicating with a spirit medium.
With the arrival of the Messiah; Jesus Christ, the Mosiac Law's purpose was fulfilled and superseded. At Mark 7:19 we find that Jesus, under divine authority, declared all foods clean thereby voiding the regulation at Leviticus 11:9-10. The context of this particular instance was the religious leaders of the day had twisted the Mosiac Law beyond recognition to the point it was burdensome and were raising a big stink over the manner in which Jesus and his companions conducted their meals because Jesus did not engage in some ritualistic hand washing ceremony that the Pharisees demanded despite there being no such requirement in the Mosiac Law.
As for the protesters they are just wasting their breath and making the rest of us look bad. Jesus said "my kingdom is no part of this world" (John 18:36), so Christians should not be out protesting pride parades. They're not winning anyone over and it is not their place to judge others. At no point in Jesus ministry did he ever go around protesting and condemning others in a manner like this but rather his was always a positive message to those willing to listen.
Why is this data being broadcast to the client? It's basic game security 101 that you only send the data to the client on a need-to-know basis to prevent this kind of exploit.
It is because PUBG uses a peer-to-peer networking as opposed to a client-server architecture. It seems a lot of games these days use peer-to-peer which is rather unfortunate as there is no central authority (the server) so clients pretty much know everything about the game world and they can send whatever they want to other clients no matter how bizarre.
"Love may fail, but courtesy will previal." -- A Kurt Vonnegut fan