Misc cleanups/Fixes

This commit is contained in:
hondacrx
2020-12-07 10:07:26 -05:00
parent 5aa1c08ca1
commit 7e2df34250
39 changed files with 513 additions and 245 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ using Game.Networking.Packets;
using System;
using System.Collections.Generic;
using Framework.Collections;
using System.Linq;
namespace Game
{
@@ -1559,7 +1560,7 @@ namespace Game
{
GameEventAIHookWorker worker = new GameEventAIHookWorker(event_id, activate);
var visitor = new Visitor(worker, GridMapTypeMask.None);
visitor.Visit(map.GetObjectsStore());
visitor.Visit(map.GetObjectsStore().Values.ToList());
});
}