Fixed preset name expansion for remote presets

This commit is contained in:
Shy 2017-03-13 14:34:54 +01:00
parent 47e9811a96
commit 2fff174bb2

View file

@ -783,7 +783,7 @@ class RemotePresets:
# every room specified # every room specified
# Strip every "global" out of the room list. We take special care of # Strip every "global" out of the room list. We take special care of
# global later on. # "global" later on.
while "global" in rooms: while "global" in rooms:
rooms.remove("global") rooms.remove("global")