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

Fixed a line calling SaveAll() with unnecessary arguments in Data #211

Open starlebVerse opened 3 years ago

starlebVerse commented 3 years ago

A minor thing I found in the Data module but it is still worth fixing as those arguments seem to be of no use in the SaveAll() method.