So I have a plugin that is supposed to read log rotation and then cycle it, and I have a debug message inside the listener that tells what the current rotation of the log is, but when I click once, I see the debug message twice. See links:
onEnable where listener is registered: http://pastebin.com/UZweFatJ
actual event handler in class: http://pastebin.com/iUWfw3q4
I've look this issue up, but other people are saying that they registered their listener twice, which I didn't do, so I think this may be a Spigot issue. Either that or someone can help me figure out what is going on
- is cloned by
-
SPIGOT-2278 CLONE - Event getting fired twice in my custom log rotation plugin
- Closed