View Single Post
08/15/20, 11:18 AM   #38
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
A quick fix (most likely), change it to this:
Code:
self.async = LibAsync:Create ( self.name )
  Reply With Quote