Skip to content

Commit

Permalink
more detections
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Jan 5, 2025
1 parent 8ec9a2d commit 78bdc4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function analyze(data) {
type: types.other_plugin
},
invalid_entity: {
message: "You have a plugin sending invalid entity metadata/metadata for an untracked entity.",
message: "You have a plugin sending invalid entity metadata/metadata for an entity or text display.",
type: types.other_plugin
},
outdated_proxy: {message: "Make sure your proxy is up to date", type: types.platform},
Expand Down Expand Up @@ -252,6 +252,9 @@ export async function analyze(data) {
}, {
string: "com.viaversion.viaversion.rewriter.EntityRewriter.handleEntityData",
solution: "invalid_entity"
}, {
string: "An error occurred in entity data handler EntityPacketRewriter",
solution: "invalid_entity"
}];


Expand Down

0 comments on commit 78bdc4d

Please sign in to comment.