mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 03:25:20 +01:00
Fix CustomObjective equals method, which would cause the Listener to randomly unregister
This commit is contained in:
parent
877b593e7e
commit
4fa7bb4594
@ -219,9 +219,10 @@ public abstract class CustomObjective implements Listener {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user