Prepare for flattening prototype display

This commit is contained in:
Griatch 2018-07-24 21:47:54 +02:00
parent 6aef654cf1
commit 405293729f
3 changed files with 54 additions and 34 deletions

View file

@ -2855,7 +2855,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
"""
key = "@spawn"
aliases = ["@olc"]
aliases = ["olc"]
switch_options = ("noloc", "search", "list", "show", "save", "delete", "menu", "olc", "update")
locks = "cmd:perm(spawn) or perm(Builder)"
help_category = "Building"