Skip to content

Commit

Permalink
Fix getSide function
Browse files Browse the repository at this point in the history
  • Loading branch information
5pilow committed May 30, 2024
1 parent 429e5f8 commit c1bc8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/leekwars/generator/FightFunctions.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public class FightFunctions {
new CallableVersion(Type.INT_OR_NULL, new Type[] { Type.INT_OR_NULL }),
new CallableVersion(Type.INT),
});
method("getSide", "Fight", 5, true, new CallableVersion[] {
method("getSide", "Entity", 5, true, new CallableVersion[] {
new CallableVersion(Type.INT_OR_NULL, new Type[] { Type.INT_OR_NULL }),
new CallableVersion(Type.INT),
});
Expand Down

0 comments on commit c1bc8b0

Please sign in to comment.