notify spam fix

This commit is contained in:
Anuken
2022-05-09 04:33:13 -04:00
parent eb52c6d61f
commit a1ac74950c

View File

@@ -1469,8 +1469,8 @@ public class LExecutor{
//skip back to self until possible
//TODO this is guaranteed desync on servers - I don't see a good solution
if(
type == MessageType.announce && ui.hudfrag.hasToast() ||
type == MessageType.notify && ui.hasAnnouncement() ||
type == MessageType.announce && ui.hasAnnouncement() ||
type == MessageType.notify && ui.hudfrag.hasToast() ||
type == MessageType.toast && ui.hasAnnouncement()
){
exec.var(varCounter).numval --;