Update default name if skipInto is enabled

This commit is contained in:
Melledy
2025-11-14 04:41:15 -08:00
parent ecc2ef2315
commit 3b9cbf88a9

View File

@@ -125,7 +125,7 @@ public class GameSession {
// Skip intro // Skip intro
if (player == null && Nebula.getConfig().getServerOptions().skipIntro) { if (player == null && Nebula.getConfig().getServerOptions().skipIntro) {
player = Nebula.getGameContext().getPlayerModule().createPlayer(this, "Test", false); player = Nebula.getGameContext().getPlayerModule().createPlayer(this, "Player", false);
} }
// Set player // Set player