mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: don't allow region, location, or entrance with duplicate names (#2453)
This commit is contained in:
@@ -29,8 +29,8 @@ class TestHelpers(unittest.TestCase):
|
||||
"event_loc": None,
|
||||
},
|
||||
"TestRegion2": {
|
||||
"loc_1": 321,
|
||||
"loc_2": 654,
|
||||
"loc_3": 321,
|
||||
"loc_4": 654,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user