[tweaks and fixes]

reenable tekno support
address vagrant thread issue
refactor game log reader creation to follow better practices
fix bot issues/address how guids are generated for bots/none provided
This commit is contained in:
RaidMax
2020-05-04 16:50:02 -05:00
parent b49592d666
commit 267e0b8cbe
50 changed files with 775 additions and 233 deletions

View File

@ -56,7 +56,7 @@ namespace WebfrontCore.Controllers
IsRemote = true
};
Manager.GetEventHandler().AddEvent(remoteEvent);
Manager.AddEvent(remoteEvent);
List<CommandResponseInfo> response = null;
try