[feat] Stalin manager

# Conflicts:
#	Content.Client/Entry/EntryPoint.cs
#	Content.Server/Entry/EntryPoint.cs
#	Content.Server/GameTicking/Commands/JoinGameCommand.cs
#	Content.Server/GameTicking/GameTicker.Lobby.cs
#	Content.Server/GameTicking/GameTicker.RoundFlow.cs
#	Content.Server/GameTicking/GameTicker.Spawning.cs
This commit is contained in:
rhailrake
2023-04-27 21:56:22 +06:00
committed by Remuchi
parent 976b6788a8
commit c41e58fa3e
22 changed files with 539 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ namespace Content.Server.Administration.Systems
var player = actor.PlayerSession;
if (_adminManager.IsAdmin(player))
if (_adminManager.HasAdminFlag(player, AdminFlags.Admin))
{
Verb mark = new();
mark.Text = Loc.GetString("toolshed-verb-mark");