diff --git a/client/src/components/world_selection_menu.tsx b/client/src/components/world_selection_menu.tsx index e75c695..11a30da 100644 --- a/client/src/components/world_selection_menu.tsx +++ b/client/src/components/world_selection_menu.tsx @@ -117,7 +117,7 @@ export function WorldSelectionMenu() { } function label(x : number) { - return x == 0 ? 'Playground' : x == 1 ? 'Explorer' : 'Strict' + return x == 0 ? 'Playground' : x == 1 ? 'Explorer' : 'Regular' } return