Skip to content

Commit cd982b5

Browse files
Merge pull request #28 from swesner411/main
Fix for Satisfactory
2 parents 6368a27 + d1ae613 commit cd982b5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

opengsq/responses/satisfactory/status.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ class Status:
1010
state: int
1111
"""The state."""
1212

13-
version: int
14-
"""The version."""
13+
num_players: int
14+
"""The number of players currently connected to the server."""
1515

16-
beacon_port: int
17-
"""The beacon port."""
16+
max_players: int
17+
"""The maximum number of players that can connect to the server."""
18+
19+
name: str
20+
"""The name of the server."""

0 commit comments

Comments
 (0)