Gets the player's operative system, as indicated by the client in the login packet.
if(player.os != PlayerOS.android) { player.kick("Only android players are allowed"); }
See Implementation
Gets the player's operative system, as indicated by the client in the login packet.