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

Expose _G.Aero server-side #134

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

Because Roblox now has proper separation between server/client in solo testing, there is no need to have different naming conventions for global variables anymore. Therefore, the server-side _G.AeroServer can simply be changed to _G.Aero and it will not conflict with the client _G.Aero.

_G.AeroServer should still remain for backwards compatibility.

Sleitnick commented 4 years ago

Completed in https://github.com/Sleitnick/AeroGameFramework/commit/edb08df2988e0ae505525149b8ddacd3c8de816c