Skip to content

Commit

Permalink
warden deputy: fix error thx @include
Browse files Browse the repository at this point in the history
  • Loading branch information
shanapu committed Oct 14, 2018
1 parent ec7417c commit 92958ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ public void Deputy_OnAvailableLR(int Announced)
if (gc_bRemoveLRDeputy.BoolValue && g_iDeputy != -1)
{
RemoveTheDeputy();
Forward_OnDeputyRemoved(g_iDeputy);
}
}
/******************************************************************************
Expand Down Expand Up @@ -682,4 +681,4 @@ void Forward_OnDeputyRemoved(int client)
Color_OnDeputyRemoved(client);
HandCuffs_OnDeputyRemoved(client);
Glow_OnDeputyRemoved(client);
}
}

0 comments on commit 92958ef

Please sign in to comment.