We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f6c4e + 9596a21 commit b1acc2fCopy full SHA for b1acc2f
jni/Offsets.h
@@ -266,11 +266,11 @@ namespace Offsets {
266
ULevelToAActors = 0xA0;
267
ULevelToAActorsCount = 0xA8;
268
}
269
- if (isPUBGLite()) {//GName Fix(0.22)
270
- PGLEncSelect = 0x6F38CA4;
271
- PGLBlockSlice1 = 0x6F39010;
272
- PGLBlockShift = 0x6F38FF1;
273
- PGLBlockSlice2 = 0x6F39040;
+ if (isPUBGLite()) {//GName Fix(0.23)
+ PGLEncSelect = 0x6F39BA4;
+ PGLBlockSlice1 = 0x6F39F10;
+ PGLBlockShift = 0x6F39EF1;
+ PGLBlockSlice2 = 0x6F39F40;
274
275
if (isGameOfPeace()) {
276
//Class: FNameEntry
0 commit comments