Small changes and stopping sending own disconnect packet

This commit is contained in:
EntenKoeniq
2022-04-03 19:48:51 +02:00
parent fffe619f1e
commit ebba1e5d28
3 changed files with 54 additions and 24 deletions

View File

@ -27,7 +27,7 @@ namespace CoopServer
private long CallbacksCount = 0;
internal readonly Dictionary<long, Action<object>> Callbacks = new();
internal bool FilesReceived = false;
public bool FilesSent = false;
internal bool FilesSent = false;
#region CUSTOMDATA FUNCTIONS
public void SetData<T>(string name, T data)