void DebugCall() { BDebug.Write("NetDiscovery:" + ((discoveryInit) ? ((discovery.isServer) ? "Server" : ((discovery.isClient) ? "Client Found: " + discoveryResults : "Ready")) : "Offline")); }