@@ -1,6 +1,8 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Damage.Systems;
|
||||
using Content.Shared.Administration;
|
||||
using Content.Shared.Damage.Systems;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Damage.Commands
|
||||
@@ -16,7 +18,7 @@ namespace Content.Server.Damage.Commands
|
||||
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
var player = shell.Player;
|
||||
var player = shell.Player as IPlayerSession;
|
||||
EntityUid entity;
|
||||
|
||||
switch (args.Length)
|
||||
|
||||
Reference in New Issue
Block a user