rs-client: fixes wrong capacity getter (#2990)

Co-authored-by: Siraz <->
This commit is contained in:
Siraz
2021-05-20 00:44:19 +02:00
committed by GitHub
parent bffed84f28
commit 6cac326d9e

View File

@@ -21,7 +21,7 @@ public class TextureProvider implements TextureLoader {
NodeDeque deque;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = -381189571
intValue = -687495915
)
@Export("capacity")
int capacity;