forked from MagicBane/Server
Improved error logging.
This commit is contained in:
@@ -249,7 +249,7 @@ public class NPC extends AbstractCharacter {
|
|||||||
this.name += " the " + this.contract.getName();
|
this.name += " the " + this.contract.getName();
|
||||||
|
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
Logger.error(e);
|
Logger.error("NPC: " + this.dbID + " :" + e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user