GetDotaStats / stat-collection

Library for setting up stat collection for dota2 mods
http://getdotastats.com/
GNU General Public License v2.0
11 stars 8 forks source link

Default schema to be empty, current schema becomes example #38

Closed jimmydorry closed 8 years ago

jimmydorry commented 8 years ago

The potential for grief is too high, where the default schema has the potential to require modification before allowing even basic integration.

Past examples of this have been due to errors in the default code, although fixed, it would probably be best to just remove the chance for failure completely.

We can do this by moving the default schema into an example schema, leaving the default schema completely empty.

jimmydorry commented 8 years ago

Probably done