From ccd6387920432c9a8263a2b9813d552642e6546a Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 1 Sep 2015 18:04:04 +0200 Subject: FancyClient has latency detection and rates motion steadyness --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index ab92ce3..6857d45 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -from agarnet.agarnet import client +from fancyclient import FancyClient from agarnet.agarnet import utils import pygame from pygame import gfxdraw @@ -72,7 +72,7 @@ else: # global vars sub = EnhancingSubscriber() -c = client.Client(sub) +c = FancyClient(sub) sub.set_client(c) stats = stats.Stats(c) -- cgit v1.2.3