“if (!Network.isClient && !Network.isServer)”
two things, can this be the same for java script? also what are the “!”'s for?
“if (!Network.isClient && !Network.isServer)”
two things, can this be the same for java script? also what are the “!”'s for?
Yes they are same for JS. “!” is “NOT”.
That's the same as (shortening words):
– Owen-Reynoldsif(nwork.client==false && nwork.isServ==false)