We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f6c4e commit 9596a21Copy full SHA for 9596a21
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