Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 13, 2024
1 parent 918b8ba commit 08c3e06
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 110,077 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ bz2.wasm

!/test/resources/*

/src/public/data/players
/src/public/data/src
# /src/public/data/players
# /src/public/data/src

/src/public/data/*
LoginThread.js
worker.js
2 changes: 0 additions & 2 deletions .ignore

This file was deleted.

2 changes: 1 addition & 1 deletion src/js/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function setupConfiguration(): Promise<void> {
// setup the world config.
async function world(): Promise<void> {
if (GameShell.getParameter('world').length === 0) {
GameShell.setParameter('world', '999');
GameShell.setParameter('world', '1');
}
if (GameShell.getParameter('world') === '0' || GameShell.getParameter('world') === '999') {
localConfiguration();
Expand Down
Loading

0 comments on commit 08c3e06

Please sign in to comment.