mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(client): remove unused var
This commit is contained in:
parent
8b8b29e9a9
commit
9d76f53480
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ type Event = {
|
||||||
c: (Player, ...any?) -> ...any?,
|
c: (Player, ...any?) -> ...any?,
|
||||||
}
|
}
|
||||||
|
|
||||||
local identifiers: { [string]: number } = {}
|
|
||||||
|
|
||||||
local queueEvent: { { any } } = {}
|
local queueEvent: { { any } } = {}
|
||||||
local queueUnreliableEvent: { { any } } = {}
|
local queueUnreliableEvent: { { any } } = {}
|
||||||
local eventListeners: { Event } = {}
|
local eventListeners: { Event } = {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue