Skip to content

Commit 7b7d108

Browse files
committed
Adding missing File Update
1 parent 8ae94d0 commit 7b7d108

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

opengsq/protocols/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from opengsq.protocols.kaillera import Kaillera
1111
from opengsq.protocols.killingfloor import KillingFloor
1212
from opengsq.protocols.minecraft import Minecraft
13+
from opengsq.protocols.nadeo import Nadeo
1314
from opengsq.protocols.palworld import Palworld
1415
from opengsq.protocols.quake1 import Quake1
1516
from opengsq.protocols.quake2 import Quake2

opengsq/responses/nadeo/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .status import Status

0 commit comments

Comments
 (0)