Skip to content

Commit

Permalink
Fix incorrect response name.
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonLucid committed Jul 20, 2016
1 parent 4f25679 commit 0453c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package POGOProtos.Networking.Responses;

message UseRevivePotionResponse {
message UseItemReviveResponse {
.POGOProtos.Networking.Responses.UseRevivePotionResponse.Result result = 1;
int32 stamina = 2;

Expand Down

0 comments on commit 0453c35

Please sign in to comment.