Skip to content

Commit c4de0ab

Browse files
authored
[skip ci] fix a mistakr
1 parent 925188a commit c4de0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/java/com/railwayteam/railways/forge/asm/ContainerLevelAccessASM.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 1. Load's the "Level" parameter to stack
1111
* 2. It invokes the utility method
1212
* 3. Adds DUP instruction
13-
* 4. It creates a label to go back to the DUP instruction which holds the method call
13+
* 4. It creates a label to go be able go jump to the original code
1414
* 5. It then adds a Jump instruction to go to the end of the method/return default if the method call result is null
1515
* 6. If it's not null, aka hasn't jumped to the end, then it returns the value of the called method
1616
* 7. Places a label and POP so that the original code could be called

0 commit comments

Comments
 (0)