add type of ALLOW_CLIENT
This commit is contained in:
@@ -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 ## --
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user