From df2b4821cb92e532f33cf431be8ca33e18dae80a Mon Sep 17 00:00:00 2001 From: Mistium <92952823+Mistium@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:45:30 +0000 Subject: [PATCH] fixed default rotur system --- featured/Rotur.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/featured/Rotur.js b/featured/Rotur.js index cd38abb..4075b7a 100644 --- a/featured/Rotur.js +++ b/featured/Rotur.js @@ -118,7 +118,7 @@ class RoturExtension { }, SYSTEM: { type: Scratch.ArgumentType.STRING, - defaultValue: "rotur.js", + defaultValue: "rotur", }, VERSION: { type: Scratch.ArgumentType.STRING,