add type of ALLOW_CLIENT

This commit is contained in:
Aaro Varis
2024-09-29 17:51:51 +03:00
parent 3a548fcbbd
commit 6b0b2bed20

View File

@@ -2,7 +2,7 @@
local SERVER_BASE_URL:string = "http://localhost:7000/" local SERVER_BASE_URL:string = "http://localhost:7000/"
local REQUESTS_PER_MINUTE:number = 500 -- roblox 500 requests per minute limit local REQUESTS_PER_MINUTE:number = 500 -- roblox 500 requests per minute limit
local ALLOW_CLIENT = true; local ALLOW_CLIENT:boolean = true;
-- ## MODULE ## -- -- ## MODULE ## --