mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
Guid to UUID
This commit is contained in:
@@ -3544,7 +3544,7 @@ export default class DistributedConnection extends IStore {
|
||||
this.#sendParams()
|
||||
.addUint8(0x40 | IIPPacketAction.StaticCall)
|
||||
.addUint32(c)
|
||||
.addGuid(classId)
|
||||
.addUUID(classId)
|
||||
.addUint8(index)
|
||||
.addUint8Array(pb)
|
||||
.done();
|
||||
|
||||
Reference in New Issue
Block a user