Implement friends list

This commit is contained in:
Melledy
2025-11-14 04:39:48 -08:00
parent 1c52ec011f
commit ecc2ef2315
15 changed files with 666 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ public class GameSession {
// Note: We should cache players in case multiple sessions try to login to the same player at the time
// Get player by account
var player = Nebula.getGameContext().getPlayerModule().getPlayerByAccount(account);
var player = Nebula.getGameContext().getPlayerModule().loadPlayer(account);
// Skip intro
if (player == null && Nebula.getConfig().getServerOptions().skipIntro) {