Merge pull request #112 from duckietm/dev

🆙 Added the missing pet package for the borderID
This commit is contained in:
DuckieTM
2026-05-20 11:34:57 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -50,6 +50,7 @@ public class RoomUserPetComposer extends MessageComposer {
this.response.appendString(""); this.response.appendString("");
this.response.appendString("unknown"); this.response.appendString("unknown");
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendInt(0);
return this.response; return this.response;
} }
@@ -62,6 +62,7 @@ public class RoomPetComposer extends MessageComposer implements TIntObjectProced
this.response.appendString(""); this.response.appendString("");
this.response.appendString("unknown"); this.response.appendString("unknown");
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendInt(0);
return true; return true;
} }