Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

AeroGameFramework v1.5.2

Compare
Choose a tag to compare
@Sleitnick Sleitnick released this 14 Apr 19:19
· 142 commits to master since this release
76cb3a3

Fix a breaking issue regarding back-to-back invocations of RemoteFunctions within the internal client script. This issue was caused by an incorrect design decision that subsequent calls to a pending RemoteFunction should return the result of the first pending invocation. In other words, if a RemoteFunction was invoked 5 times at the exact same time, each invocation would return the result of the first invocation.

This faulty design has been reverted to the old behavior from before v1.5.1, which guarantees that each invocation of a RemoteFunction is unique.