Lua - fix client.getavailabletools()
This commit is contained in:
parent
de97abf6e5
commit
a0769d4bd9
|
@ -456,7 +456,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
public IEnumerable<Type> AvailableTools => Assembly
|
||||
.GetAssembly(typeof(IToolForm))
|
||||
.GetAssembly(typeof(ToolManager))
|
||||
.GetTypes()
|
||||
.Where(t => typeof(IToolForm).IsAssignableFrom(t))
|
||||
.Where(t => !t.IsInterface)
|
||||
|
|
Loading…
Reference in New Issue