Core/Misc: Misc fixes

This commit is contained in:
hondacrx
2021-03-16 15:45:42 -04:00
parent 76b30d4346
commit e77a742bf8
4 changed files with 2 additions and 5 deletions
-1
View File
@@ -33,7 +33,6 @@ namespace Game.Networking
public class RASocket : ISocket
{
Socket _socket;
bool _closed;
IPAddress _remoteAddress;
byte[] _receiveBuffer;