Why does KOL Mafia beep at me every session?

nema

New member
Every once in a while, it beeps at me. It's done this for months, and I have no idea why. There is nothing in the CLI. It has happened when auto adventuring and when playing directly in the relay browser.

chatBeep is false.

Presumably it wants my attention for something. But it's like seeing a sign posted in the middle of a park, "DANGER". Without any idea what the danger is, the sign is ignored.
 

slyz

Developer
In ChatParser.java, chatBeep controls whether Toolkit.getDefaultToolkit().beep() is called. That is the only occurrence of beep() in the Mafia source. Perhaps there is another beeping function, but I'm not familiar enough with Java to know how it is called.

Could this be an OS dependent thing? Which one do you use?
 
Top