Selaa lähdekoodia

дебаг пакетов отключил

Rimmon 4 vuotta sitten
vanhempi
commit
341623fc8d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Assets/Scripts/Net/Client.cs

+ 1 - 1
Assets/Scripts/Net/Client.cs

@@ -35,7 +35,7 @@ public class Client : MonoBehaviour
     double last_ping_time = 0;
     static string[] Servers = { "dev.prmsys.net", "localhost", "corp.prmsys.net" };
     static bool ShowPacketsSent = true;
-    static bool printPacketsShort = false;
+    static bool printPacketsShort = true;
     static bool ShowPackets = true; //ставится только в редакторе
     double initial_timer;
     int internal_timer = 0;