Skip to content

Commit 9596a21

Browse files
authored
Update Offsets.h
1 parent 62f6c4e commit 9596a21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jni/Offsets.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ namespace Offsets {
266266
ULevelToAActors = 0xA0;
267267
ULevelToAActorsCount = 0xA8;
268268
}
269-
if (isPUBGLite()) {//GName Fix(0.22)
270-
PGLEncSelect = 0x6F38CA4;
271-
PGLBlockSlice1 = 0x6F39010;
272-
PGLBlockShift = 0x6F38FF1;
273-
PGLBlockSlice2 = 0x6F39040;
269+
if (isPUBGLite()) {//GName Fix(0.23)
270+
PGLEncSelect = 0x6F39BA4;
271+
PGLBlockSlice1 = 0x6F39F10;
272+
PGLBlockShift = 0x6F39EF1;
273+
PGLBlockSlice2 = 0x6F39F40;
274274
}
275275
if (isGameOfPeace()) {
276276
//Class: FNameEntry

0 commit comments

Comments
 (0)