AtomicTorch Studio Forums

VoidExpanse => Bug reports => Topic started by: kyokei on April 09, 2015, 08:31:22 AM

Title: [RESOLVED]Op command doesn't work
Post by: kyokei on April 09, 2015, 08:31:22 AM
Hi,

The OP command doesn't work. When using it in the server terminal it throws an error

Console command parsing failed: op ky0
Command description: Adds or removes specified player from server's list of operators.
   -------------------------stack-------------------------
  at AtomicTorch.SpaceRPG.Server.Console.ServerConsoleCommands.OplistCmd (System.String[] args, AtomicTorch.SpaceRPG.Server.DataObjects.Player currentPlayer) [0x00000] in <filename unknown>:0
  at AtomicTorch.SpaceRPG.Server.Console.ServerActionConsoleCommand.Execute (System.String[] args, System.String currentPlayerName) [0x00000] in <filename unknown>:0
  at AtomicTorch.GameEngine.Common.ConsoleCommands.ConsoleCommandsManager.ExecuteCommandInternal (System.String commandName, System.String[] commandArgs, System.String currentPlayerName, AtomicTorch.GameEngine.Common.ConsoleCommands.BaseConsoleCommand command) [0x00000] in <filename unknown>:0


And when using ingame I can't since I don't have the priviledge.

:)
Title: Re: Op command doesn't work
Post by: ai_enabled on April 10, 2015, 01:15:39 AM
Hi!
You should use it with an method argument:
op add ky0
or
op remove ky0
Regards!
Title: Re: Op command doesn't work
Post by: kyokei on April 10, 2015, 01:43:50 AM
Thanks that solved it :)