Skip to content

Commit

Permalink
Update MatchStateChanged.StatusCode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Faulet committed Feb 21, 2014
1 parent 07290c5 commit a29b647
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions realtime.proto
Expand Up @@ -327,9 +327,10 @@ message ResetMatch {

message MatchStateChanged {
enum StatusCode {
SUCCESS = 0;
ROOM_NOT_JOINED = 1;
BAD_STATE = 2;
SUCCESS = 0;
ROOM_NOT_JOINED = 1;
BAD_STATE = 2;
PERMISSION_DENIED = 3;
}

required string room_id = 1;
Expand Down

0 comments on commit a29b647

Please sign in to comment.