Missing master is now None, not empty string
This commit is contained in:
parent
65fcfb722a
commit
db60ba1fac
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class Keller(C4Room):
|
|||
("Innen", "licht/keller/innen"),
|
||||
("Vorne", "licht/keller/vorne")
|
||||
)
|
||||
master = ""
|
||||
master = None
|
||||
lights = ()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue