[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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user