Skip to content

Commit

Permalink
chore: update MultiplayerSettingsPacketType (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
xNotTozic authored Oct 13, 2024
1 parent 69460e9 commit fef12a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mc/enums/MultiplayerSettingsPacketType.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

#include "mc/_HeaderOutputPredefine.h"

enum class MultiplayerSettingsPacketType {};
enum class MultiplayerSettingsPacketType {
EnableMultiplayer = 0,
DisableMultiplayer = 1,
RefreshJoincode = 2
};

0 comments on commit fef12a0

Please sign in to comment.