Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1acc2f

Browse files
authoredSep 14, 2022
Merge pull request kp7742#62 from MrVenixYT/patch-1
Update Offsets.h
2 parents 62f6c4e + 9596a21 commit b1acc2f

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)
Please sign in to comment.