mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Update default name if skipInto is enabled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user