We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97ab51 commit a9b6549Copy full SHA for a9b6549
Intersect.Server.Core/Entities/Player.cs
@@ -833,6 +833,8 @@ public override void Update(long timeMs)
833
}
834
835
836
+ map = MapController.Get(MapId);
837
+
838
//Check to see if we can spawn events, if already spawned.. update them.
839
lock (mEventLock)
840
{
0 commit comments