Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

defaultVal being table fix #79

Closed ThoughtSpinnr closed 5 years ago

ThoughtSpinnr commented 5 years ago

If the defaultVal passed to Data:Get() is a table, we now return and save a copy of the table rather than the original.