mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-21 18:55:17 +00:00
fix #14
This commit is contained in:
parent
95c918b5c4
commit
3b8ba17217
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ PacketType[] reboundPackets = {
|
||||||
// PacketType.Shine
|
// PacketType.Shine
|
||||||
};
|
};
|
||||||
|
|
||||||
//string lastCapture = ""; //not referenced anywhere
|
//string lastCapture = ""; //not referenced
|
||||||
List<TcpClient> clients = new List<TcpClient>();
|
List<TcpClient> clients = new List<TcpClient>();
|
||||||
|
|
||||||
async Task S(string n, Guid otherId, Guid ownId) {
|
async Task S(string n, Guid otherId, Guid ownId) {
|
||||||
|
|
Loading…
Reference in a new issue