Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Fix tutorial_state for protobufjs users.
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonLucid committed Jul 22, 2016
1 parent 87cd328 commit 966250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/POGOProtos/Data/PlayerData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ message PlayerData {
int64 creation_timestamp_ms = 1;
string username = 2;
int32 team = 5;
repeated .POGOProtos.Enums.TutorialState tutorial_state = 7;
repeated .POGOProtos.Enums.TutorialState tutorial_state = 7 [packed=true];
.POGOProtos.Data.Player.PlayerAvatar avatar = 8;
int32 max_pokemon_storage = 9;
int32 max_item_storage = 10;
Expand Down

0 comments on commit 966250b

Please sign in to comment.