From 0bc8f56e11c7320271ef0a3d5e9623a509461c3f Mon Sep 17 00:00:00 2001 From: EternityDev Date: Sat, 6 Apr 2024 11:21:35 +0700 Subject: [PATCH] change --- aftman.toml | 2 +- default.project.json | 8 +------- src/Index/Util/Key.luau | 2 +- wally.toml | 8 ++------ 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/aftman.toml b/aftman.toml index 4aae045..7923f3d 100644 --- a/aftman.toml +++ b/aftman.toml @@ -3,5 +3,5 @@ # To add a new tool, add an entry to this table. [tools] -rojo = "rojo-rbx/rojo@7.4.0" +rojo = "rojo-rbx/rojo@7.4.1" wally = "UpliftGames/wally@0.3.2" diff --git a/default.project.json b/default.project.json index 8ffe85b..e585132 100644 --- a/default.project.json +++ b/default.project.json @@ -1,12 +1,6 @@ { "name": "Warp", "tree": { - "$className": "DataModel", - "ReplicatedStorage": { - "$className": "ReplicatedStorage", - "Warp": { - "$path": "src" - } - } + "$path": "src" } } \ No newline at end of file diff --git a/src/Index/Util/Key.luau b/src/Index/Util/Key.luau index e807e73..8c3821b 100644 --- a/src/Index/Util/Key.luau +++ b/src/Index/Util/Key.luau @@ -1,4 +1,4 @@ --!strict return function(): number? - return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 7)) -- 4 digits + return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 6)) -- 4 digits end \ No newline at end of file diff --git a/wally.toml b/wally.toml index 5adbc71..afb7b27 100644 --- a/wally.toml +++ b/wally.toml @@ -4,11 +4,7 @@ version = "1.0.9" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" license = "MIT" -exclude = [ - "node_modules", - "docs", - ".github", -] +exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml"] description = "A very-fast & powerful networking library for Roblox." -[dependencies] +[dependencies] \ No newline at end of file