This commit is contained in:
RezHackXYZ 2025-06-03 17:51:16 +05:30
parent 1652045fcd
commit 4e4933f565

View file

@ -3,6 +3,8 @@ import { QuestionsData, wait } from "./create.svelte.js";
import toast from "svelte-5-french-toast"; import toast from "svelte-5-french-toast";
export async function createGame() { export async function createGame() {
console.log("Creating game rn!");
if (wait.v) { if (wait.v) {
return; return;
} }