mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-11 19:00:47 +01:00
Fix CustomObjective equals method, which would case the Listener to randomly unregister (OMG GRRRRRRRRRR)
This commit is contained in:
parent
2abb699f4e
commit
08982649e8
@ -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