Remove comments

This commit is contained in:
truongdatnhan
2022-08-11 16:08:45 +07:00
committed by GitHub
parent 72a87cae43
commit 7f7b28874f

View File

@@ -8304,16 +8304,7 @@ public class Character extends AbstractCharacterObject {
ps.executeBatch();
}
}
/*
* 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();
return true;
} catch (Exception e) {