mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-07-17 09:30:43 -07:00
Android: initial working version
This commit is contained in:
+2
-2
@@ -1168,8 +1168,8 @@ class ConnectionsMeta(AssembleOptions):
|
||||
attrs["entrances"] = frozenset((connection.lower() for connection in attrs["entrances"]))
|
||||
assert "exits" in attrs, f"Please define valid exits for {name}"
|
||||
attrs["exits"] = frozenset((connection.lower() for connection in attrs["exits"]))
|
||||
if "__doc__" not in attrs:
|
||||
attrs["__doc__"] = PlandoConnections.__doc__
|
||||
if "__doc__" not in attrs:
|
||||
attrs["__doc__"] = PlandoConnections.__doc__
|
||||
cls = super().__new__(mcs, name, bases, attrs)
|
||||
return cls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user