feat: Added proper launch under venv

This commit is contained in:
AURUMVORXX
2025-03-26 14:46:17 +03:00
parent 03dfd1408c
commit 5c249525c9
9 changed files with 45 additions and 159 deletions

View File

@@ -35,7 +35,7 @@ class Packet(sqg2o.Packet):
**Parameters:**
* `int` **reliability**: the reliability type, for more information see [Reliability](../../constants/reliability.md).
"""
return super().send(playerid, reliability)
return super().send(reliability)
def writeInt8(self, value : int):
"""