mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(client): oops forgot to throw return
This commit is contained in:
parent
d2e362fd8d
commit
492da9e607
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ Client.useSchema = function(remoteName: string, schema: Buffer.SchemaType)
|
|||
local id = Replication.get_id(remoteName)
|
||||
if not id then
|
||||
warn(`[Warp]: ".useSchema"::"{remoteName}" does not exist, likely its not registered on the server yet.`)
|
||||
return
|
||||
end
|
||||
eventSchemas[id] = schema
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue