Skip to content

Commit

Permalink
refactor: remove constructor of ScorePacketInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 31, 2024
1 parent a21bce0 commit 23725d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/mc/network/packet/ScorePacketInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ struct ScorePacketInfo {
::ll::TypedStorage<8, 32, ::std::string> mFakePlayerName;
// NOLINTEND

public:
// prevent constructor by default
ScorePacketInfo& operator=(ScorePacketInfo const&);
ScorePacketInfo(ScorePacketInfo const&);
ScorePacketInfo();

public:
// member functions
// NOLINTBEGIN
Expand Down

0 comments on commit 23725d7

Please sign in to comment.