diff --git a/sources/Commands/Command.uc b/sources/Commands/Command.uc index 8a127b7..7491429 100644 --- a/sources/Commands/Command.uc +++ b/sources/Commands/Command.uc @@ -404,7 +404,7 @@ private final function MakeConsoles( local int i; publicConsole = _.console.ForAll(); callerConsole = _.console.For(callerPlayer); - othersConsole = _.console.ForAll(); + othersConsole = _.console.ForAll().ButPlayer(callerPlayer); for (i = 0; i < targetPlayers.length; i += 1) { othersConsole.ButPlayer(targetPlayers[i]); }