From d2ec0701294d54a68dbfc3a3b466b93a69fae228 Mon Sep 17 00:00:00 2001 From: Franr Date: Sun, 13 Nov 2016 21:22:07 -0300 Subject: [PATCH] fix --- client_ia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_ia.py b/client_ia.py index 4ace747..cd8b449 100755 --- a/client_ia.py +++ b/client_ia.py @@ -21,7 +21,7 @@ def load_io_handlers(self): pass def update(self): - avoid_shoot(self.principal, self.balas.balas, self.conexion) + avoid_shoot(self.principal, self.balas.bullets, self.conexion) shoot_enemy(self.principal, self.hcriat.get_enemies(), self.conexion) move(self.principal, self.conexion)