Skip to content

Update EntityAbstractSummonedSword.java Fix null error#176

Open
hhdsjgit wants to merge 1 commit into
0999312:masterfrom
hhdsjgit:master
Open

Update EntityAbstractSummonedSword.java Fix null error#176
hhdsjgit wants to merge 1 commit into
0999312:masterfrom
hhdsjgit:master

Conversation

@hhdsjgit

@hhdsjgit hhdsjgit commented Jun 7, 2026

Copy link
Copy Markdown

Added null check

Code:

if (raytraceResultIn == null){
return;
}
But it may cause no harm when a null occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant