From 0c00bcedca1c15e1a6c0eac63565ef3aa0aa3be2 Mon Sep 17 00:00:00 2001 From: zoffline Date: Fri, 15 May 2020 23:23:42 -0400 Subject: [PATCH] comment typo fix --- standalone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone.py b/standalone.py index 6900e39..e99076a 100755 --- a/standalone.py +++ b/standalone.py @@ -91,7 +91,7 @@ class TCPHandler(socketserver.BaseRequestHandler): self.data = self.request.recv(1024) # send packet containing UDP server (127.0.0.1) # (very little investigation done into this packet while creating - # protobuf structes hence the excessive "details" usage) + # protobuf structures hence the excessive "details" usage) # it contains player_id (1000) but apparently client doesn't bother, works for other profiles msg = tcp_node_msgs_pb2.TCPServerInfo() msg.player_id = 1000 # *shrug*