From 7c9263ab8fef1f81fe7be83d71c6f9f5c3df02e6 Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Tue, 9 Jul 2024 15:58:17 +0100 Subject: [PATCH] add support for playerlocations --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 70392b5..a6a292f 100644 --- a/index.ts +++ b/index.ts @@ -391,7 +391,7 @@ const server = createServer(async (req, res) => { const context = canvas.getContext("2d"); const Background = await loadImage( - `./assets/locations/${opts.map}.png`, + `./assets/playerlocations/${opts.map}.png`, ); context.drawImage(Background, 0, 0, canvas.width, canvas.height);