mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-22 17:17:38 +01:00
Final commit. Ready to go!
This commit is contained in:
parent
d85e7c5a57
commit
ad787f8eeb
@ -4390,7 +4390,7 @@ public class CreateStagePrompt extends FixedSetPrompt implements ColorUtil {
|
||||
|
||||
}
|
||||
|
||||
text += BLUE + found.getCountPrompt() + "\n\n";
|
||||
text += BLUE + found.getCountPrompt().toString() + "\n\n";
|
||||
|
||||
return text;
|
||||
|
||||
|
@ -246,7 +246,7 @@ public class QuestMob {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!dropChances.equals(other.dropChances)) {
|
||||
if (dropChances != other.dropChances) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user