Skip to content

Commit

Permalink
Hotfix: Reset claimed keeps correctly (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetDwarf authored Jan 17, 2022
1 parent bab1730 commit d9d160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameServer/keeps/Gameobjects/Guards/Patrol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public AbstractGameKeep.eKeepType KeepType
/// </summary>
public void InitialiseGuards()
{
Component.Keep.Patrols.Add(PatrolID, this);
Component.Keep.Patrols[PatrolID] = this;

//need this here becuase it's checked in add to world
PatrolPath = PositionMgr.LoadPatrolPath(PatrolID, Component);
Expand Down

0 comments on commit d9d160c

Please sign in to comment.