Keep PlayerTab entries until the end of the round (#5910)
This commit is contained in:
@@ -6,5 +6,5 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Administration
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public record PlayerInfo(string Username, string CharacterName, bool Antag, EntityUid EntityUid, NetUserId SessionId);
|
||||
public record PlayerInfo(string Username, string CharacterName, bool Antag, EntityUid EntityUid, NetUserId SessionId, bool Connected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user