9 lines
362 B
Python
9 lines
362 B
Python
|
|
|
|
class DistributedDistrictUD:
|
|
def __init__(self, air, name="untitled"):
|
|
assert 0, "Hey, This assert is here to let you know that a DistributedDistrict should not be on a UD server."
|
|
# There is probably a bug somewhere if you are getting a district
|
|
# on an uberDog server, districts are for AI district servers and
|
|
# clients.
|