remote alias again from connectiondto

This commit is contained in:
Stanley Dimant
2022-10-02 23:30:51 +02:00
parent bab758f173
commit a2a4d07c04

View File

@@ -5,7 +5,6 @@
public int ServerVersion { get; set; } public int ServerVersion { get; set; }
public bool IsAdmin { get; set; } public bool IsAdmin { get; set; }
public bool IsModerator { get; set; } public bool IsModerator { get; set; }
public string Alias { get; set; }
public string UID { get; set; } public string UID { get; set; }
} }
} }