Skip to content

Commit

Permalink
deactivate false positive NPCAddBuff bouncer code
Browse files Browse the repository at this point in the history
This was the culprit all along, for some reason townNPC bool behaves oddly on mobile.
  • Loading branch information
moisterrific authored Mar 6, 2020
1 parent 77b7943 commit 6ce8d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TShockAPI/Bouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ internal void OnNPCAddBuff(object sender, GetDataHandlers.NPCAddBuffEventArgs ar
if (type != BuffID.Lovestruck && type != BuffID.Stinky && type != BuffID.DryadsWard &&
type != BuffID.Wet && type != BuffID.Slimed)
{
detectedNPCBuffTimeCheat = true;
//detectedNPCBuffTimeCheat = true;
}
}
}
Expand Down

0 comments on commit 6ce8d36

Please sign in to comment.