Missing master is now None, not empty string

This commit is contained in:
Shy 2017-03-31 17:14:03 +02:00
parent 65fcfb722a
commit db60ba1fac

View file

@ -340,7 +340,7 @@ class Keller(C4Room):
("Innen", "licht/keller/innen"),
("Vorne", "licht/keller/vorne")
)
master = ""
master = None
lights = ()