Skip to content

Commit

Permalink
removed server debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
moltenwolfcub committed Dec 24, 2024
1 parent bdc9da2 commit bfac785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def handle_packet(self, raw_packet: RawPacket) -> Optional[Exception]:
print(f"Error! No player assosiated with connection: {raw_packet.sender}")
return LookupError()

print(f"Pow from {shooting_player.pos}")
self.game.bullets.append(CommonBullet(shooting_player.pos.clone()))

self.broadcast(S2CBullets(self.game.bullets))
Expand Down

0 comments on commit bfac785

Please sign in to comment.