Add ability to batch-add tags, permissions and aliases along with category in the object/player create functions as well as in the tag handler. This is useful for direct assignment of categories from prototypes.

This commit is contained in:
Griatch 2017-04-02 22:11:54 +02:00
parent a648433db8
commit e34d32bd60
6 changed files with 50 additions and 10 deletions

View file

@ -1834,3 +1834,7 @@ def get_game_dir_path():
else:
os.chdir(os.pardir)
raise RuntimeError("server/conf/settings.py not found: Must start from inside game dir.")