mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(repl): fast access
This commit is contained in:
parent
b26d06fa3d
commit
704942c979
1 changed files with 2 additions and 7 deletions
|
|
@ -61,13 +61,8 @@ if RunService:IsClient() or RunService:IsRunMode() then
|
|||
coroutine.yield()
|
||||
end
|
||||
|
||||
Replication.get_id = function(name: string): number
|
||||
return warp_identifier_registry.cache[name]
|
||||
end
|
||||
|
||||
Replication.get_name = function(id: number): string
|
||||
return warp_identifier_registry.name[id]
|
||||
end
|
||||
Replication.get_id = warp_identifier_registry.cache
|
||||
Replication.get_name = warp_identifier_registry.name
|
||||
else
|
||||
local replication_ready: { Player }, pending_replications = {}, {}
|
||||
local writer: Buffer.Writer = Buffer.createWriter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue