File perms

This commit is contained in:
Kim Ravn Hansen
2025-10-15 12:28:14 +02:00
parent e12dfd0981
commit 59d73955d0
21 changed files with 202 additions and 111 deletions

View File

@@ -44,7 +44,7 @@ export class CreateUsernamePrompt extends Prompt {
//
// try and fetch the player object from the game
const player = gGame.getPlayer(username);
const player = gGame.getPlayerByUsername(username);
//
// handle invalid username

0
scenes/playerCreation/playerCreationScene.js Normal file → Executable file
View File