aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRitabrata Das <[email protected]>2025-02-20 21:26:39 +0530
committerRitabrata Das <[email protected]>2025-02-20 21:26:39 +0530
commitbac0338396377a96805026bd0b8059a715647839 (patch)
tree8f33473b65a769dca955a633f1c518d0dad6ff06 /lib
parentdbc52a5e0337cfe8a040ac77117b788b49ef46db (diff)
Start work on radar
Diffstat (limited to 'lib')
-rw-r--r--lib/Player.py2
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