@@ -2,6 +2,7 @@ using Content.Server.Station.Systems;
|
||||
using Content.Shared.Administration;
|
||||
using Content.Shared.GameTicking;
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.Console;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
@@ -29,7 +30,7 @@ namespace Content.Server.GameTicking.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
var player = shell.Player;
|
||||
var player = shell.Player as IPlayerSession;
|
||||
|
||||
if (player == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user