File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,12 +203,12 @@ It is important that you validate the content of the packet on the server side.
203203
204204In this case, we validate if the entity exists based on its network ID.
205205
206- @[ code lang=java transclude={30-30 }] ( @/reference/latest/src/main/java/com/example/docs/networking/basic/ExampleModNetworkingBasic.java )
206+ @[ code lang=java transclude={19-19 }] ( @/reference/latest/src/main/java/com/example/docs/networking/basic/ExampleModNetworkingBasic.java )
207207
208208Additionally, the targeted entity has to be a living entity, and we restrict the range of the target entity from the
209209player to 5.
210210
211- @[ code lang=java transclude={32-32 }] ( @/reference/latest/src/main/java/com/example/docs/networking/basic/ExampleModNetworkingBasic.java )
211+ @[ code lang=java transclude={22-22 }] ( @/reference/latest/src/main/java/com/example/docs/networking/basic/ExampleModNetworkingBasic.java )
212212
213213:::
214214
You can’t perform that action at this time.
0 commit comments