Fixed a typo on the @ic command's search_object call.
This commit is contained in:
parent
e15d6dfb6e
commit
51cf5461fa
3 changed files with 5 additions and 4 deletions
|
|
@ -164,7 +164,7 @@ class TestPlayer(CommandTest):
|
|||
self.call(player.CmdSessions(), "", "Your current session(s):")
|
||||
self.call(player.CmdColorTest(), "ansi", "ANSI colors:")
|
||||
self.call(player.CmdCharCreate(), "Test1=Test char","Created new character Test1. Use @ic Test1 to enter the game")
|
||||
self.call(player.CmdQuell(), "", "Quelling Player permissions (Immortals).")
|
||||
self.call(player.CmdQuell(), "", "Quelling Player permissions (Immortals). Use @unquell to get them back.")
|
||||
|
||||
from src.commands.default import building
|
||||
class TestBuilding(CommandTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue