diff options
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index e7b3d483..9d2879f7 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -243,6 +243,7 @@ pub enum PacketC { TutorialEnded { player: PlayerID, item: ItemIndex, + success: bool, }, /// For use in replay sessions only |