1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add network game log reader ex: net.tcp://ip:port

This commit is contained in:
RaidMax
2022-02-11 15:33:05 -06:00
parent 8c2487452e
commit afa68ee8b9
3 changed files with 109 additions and 5 deletions

View File

@ -334,7 +334,7 @@ const pollForEvents = server => {
if (event.subType === 'Meta') {
const metaService = _serviceResolver.ResolveService('IMetaService');
const meta = metaService.GetPersistentMeta(event.data, client).GetAwaiter().GetResult().Value;
const meta = metaService.GetPersistentMeta(event.data, client).GetAwaiter().GetResult();
data[event.data] = meta === null ? '' : meta.Value;
} else {
data = {