mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-08 20:03:31 +01:00
Fix potion registry
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
2e02dfd4d8
commit
0f352a8f92
@ -398,7 +398,7 @@ public final class Registry {
|
|||||||
main.getInt("id"),
|
main.getInt("id"),
|
||||||
main.getString("translationKey"),
|
main.getString("translationKey"),
|
||||||
main.getInt("color"),
|
main.getInt("color"),
|
||||||
main.getBoolean("instant"),
|
main.getBoolean("instantaneous"),
|
||||||
custom);
|
custom);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user