TF-EssentialsX/Essentials
Josh Roy 454698bf98
Fix delayed futures never being completed correctly (#4066)
This PR fixes issues related to timed teleports. All timed teleports before this PR would create their own future to send back to the AsyncTeleport api causing the futures returned in the base methods never being completed.

This PR pases the future returned in AsyncTeleport methods to the timed teleport and completes it after the timed teleport has been completed.

Fixes #4065.
2021-03-20 15:48:40 +00:00
..
src Fix delayed futures never being completed correctly (#4066) 2021-03-20 15:48:40 +00:00
build.gradle Update bStats Metrics class to 1.8 (#3845) 2020-12-19 16:27:07 +00:00