diff --git a/client/src/components/world_tree.tsx b/client/src/components/world_tree.tsx index cd94a85..c064cc6 100644 --- a/client/src/components/world_tree.tsx +++ b/client/src/components/world_tree.tsx @@ -200,7 +200,7 @@ function WorldSelectionMenu() { } function label(x : number) { - return x == 0 ? 'playground' : x == 1 ? 'explorer' : 'regular' + return x == 0 ? 'none' : x == 1 ? 'lax' : 'regular' } return