Browse Source

Updated docstring of Type.

pull/2/head
Richard Neumann 4 years ago
parent
commit
e7175f11b8
  1. 2
      rcon/proto.py

2
rcon/proto.py

@ -54,7 +54,7 @@ class LittleEndianSignedInt32(int):
class Type(Enum):
"""Available packet types."""
"""RCON packet types."""
SERVERDATA_AUTH = 3
SERVERDATA_AUTH_RESPONSE = 2

Loading…
Cancel
Save