You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
@@ -40,7 +40,7 @@ export class RoomUnitInfoParser implements IMessageParser
|
|||||||
this._standId = wrapper.readInt();
|
this._standId = wrapper.readInt();
|
||||||
this._overlayId = wrapper.readInt();
|
this._overlayId = wrapper.readInt();
|
||||||
|
|
||||||
if(wrapper.bytesAvailable >= 4) this._cardBackgroundId = wrapper.readInt();
|
if(wrapper.bytesAvailable) this._cardBackgroundId = wrapper.readInt();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export class UserProfileParser implements IMessageParser
|
|||||||
this._standId = wrapper.readInt();
|
this._standId = wrapper.readInt();
|
||||||
this._overlayId = wrapper.readInt();
|
this._overlayId = wrapper.readInt();
|
||||||
|
|
||||||
if(wrapper.bytesAvailable >= 4) this._cardBackgroundId = wrapper.readInt();
|
if(wrapper.bytesAvailable) this._cardBackgroundId = wrapper.readInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user