forked from MagicBane/Server
Removed catch to propagate error.
This commit is contained in:
@@ -246,11 +246,8 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
Logger.error(e + " " + this.dbID);
|
Logger.error(e + " " + this.dbID);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
initializeMob(false, false, this.isPlayerGuard);
|
||||||
initializeMob(false, false, this.isPlayerGuard);
|
|
||||||
} catch (Exception e) {
|
|
||||||
Logger.error("Mobile:" + this.dbID + ": " + e);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user