Skip to content

Commit

Permalink
Unnecessary Hint
Browse files Browse the repository at this point in the history
  • Loading branch information
oylsister committed Apr 18, 2022
1 parent 637895d commit 847fd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Torchlight/AudioManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def Think(self, Delta):
self.NextAdStop -= Delta
CeilDur = math.ceil(Duration)
if CeilDur > self.AdStop and self.NextAdStop <= 0 and CeilDur % self.Torchlight().Config["Advertiser"]["AdStop"] == 0:
self.Torchlight().SayChat("Hint: Type \x07FF0000!stop\x01 to stop all currently playing sounds.")
self.AdStop = CeilDur
self.NextAdStop = 0
elif CeilDur < self.AdStop:
Expand Down

0 comments on commit 847fd62

Please sign in to comment.