- Fix other worlds

- Remove backslashes in escapeString too
- Remove unused import
This commit is contained in:
kaenganxt
2014-12-05 18:02:02 +01:00
parent 8ace34845d
commit e4be631f27
5 changed files with 4 additions and 5 deletions

View File

@@ -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)) {