Files
Aurora.3/code/modules/maps
Erki 14c11b6d4c Fixes #4164 in a really scary way (#4191)
Map loading was to blame.

Basically. All vending machines which had custom instances defined in maps would have the associative list keys (code expects paths) loaded as strings. This traced back to DMMS casting all associate list keys into strings. The fix is to make list keys also run through the type inferring system, same as with values. The inferring system was updated with two special cases:

Keys cannot be numbers, this will otherwise break things.
If no valid type is given, instead of returning null, the original string is returned.
This will ensure that nothing that's been fine thus far breaks.
2018-01-29 23:11:11 +02:00
..
2017-06-15 12:41:45 +03:00
2017-06-15 12:41:45 +03:00