|
@@ -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;
|