- Fix other worlds
- Remove backslashes in escapeString too - Remove unused import
This commit is contained in:
@@ -32,7 +32,7 @@ public class FlowerPots {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
private int getPotWaitTime(Integer pot) {
|
||||
if (AnuraCore.getInstance().flowerPots.containsKey(pot)) {
|
||||
if (AnuraCore.getInstance().flowerPotsWait.containsKey(pot)) {
|
||||
|
||||
Reference in New Issue
Block a user