mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Killing a bug that caused issues with migrations.
This commit is contained in:
parent
a713ad16d3
commit
b9c6c4a6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False):
|
|||
if emit_to_obj and not ServerConfig.objects.conf("server_starting_mode"):
|
||||
object.__getattribute__(emit_to_obj, "msg")(errstring)
|
||||
logger.log_errmsg("Error: %s" % errstring)
|
||||
raise # have to raise, or we will not see any errors in some situations!
|
||||
#cannot raise - it kills the server if no base cmdset exists!
|
||||
|
||||
# classes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue