mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 12:24:35 +01:00
Update default name if skipInto is enabled
This commit is contained in:
@@ -125,7 +125,7 @@ public class GameSession {
|
||||
|
||||
// Skip intro
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user