mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 13:05:30 +02:00
Fix /xprate not properly sending "Event started" messages. Fixes #624
This commit is contained in:
@@ -540,5 +540,9 @@ public class mcMMO extends JavaPlugin {
|
||||
public void setXPEventEnabled(boolean enabled) {
|
||||
this.xpEventEnabled = enabled;
|
||||
}
|
||||
|
||||
public void toggleXpEventEnabled() {
|
||||
xpEventEnabled = !xpEventEnabled;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user