adamqqqplay / dota2ai

Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
http://steamcommunity.com/sharedfiles/filedetails/?id=855965029
GNU General Public License v3.0
309 stars 85 forks source link

Work around missing RandomFloat() #132

Closed JoshdanG closed 10 months ago

JoshdanG commented 10 months ago

RandomFloat() has randomly floated off -- trying to call it results in the error attempt to call global 'RandomFloat' (a nil value).

Working fix for #131