diff options
| author | Ritabrata Das <[email protected]> | 2025-02-20 21:26:39 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-02-20 21:26:39 +0530 |
| commit | bac0338396377a96805026bd0b8059a715647839 (patch) | |
| tree | 8f33473b65a769dca955a633f1c518d0dad6ff06 /lib | |
| parent | dbc52a5e0337cfe8a040ac77117b788b49ef46db (diff) | |
Start work on radar
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Player.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Player.py b/lib/Player.py index 1d39a56..8e2250a 100644 --- a/lib/Player.py +++ b/lib/Player.py @@ -12,7 +12,7 @@ class Player: self.ip = "" self.streamWriterObject = streamWriterObject self.is_a_bot = True # We check if they are still present after LOGIN packet, then they're not a bot - self.iff = 0 + self.iff = 1 def set_aircraft(self, aircraft:Aircraft): self.aircraft = aircraft |
