minor fix

This commit is contained in:
EternityDev 2024-01-30 20:21:11 +07:00
parent 996f7bf814
commit 15f485da51

View file

@ -19,9 +19,6 @@ local clientRequestQueue: Type.QueueMap = {}
local queueIn: { local queueIn: {
[string]: {any} [string]: {any}
} = {} } = {}
local queueInRequest: {
[string]: {any}
} = {}
local queueInRequest: { local queueInRequest: {
[number]: { [number]: {
[string]: { [string]: {