Remove comments
This commit is contained in:
@@ -8305,15 +8305,6 @@ public class Character extends AbstractCharacterObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Bugs when player first time into server
|
|
||||||
* The storage won't get initialize
|
|
||||||
* and must wait until next login
|
|
||||||
*/
|
|
||||||
if (getStorage() == null) {
|
|
||||||
Server.getInstance().getWorld(world).loadAccountStorage(accountid);
|
|
||||||
}
|
|
||||||
|
|
||||||
con.commit();
|
con.commit();
|
||||||
return true;
|
return true;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user