Skip to content

Commit

Permalink
chore: fix NetworkBlockPosition constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN authored Jan 26, 2025
1 parent 46f19ba commit 68054dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mc/network/NetworkBlockPosition.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
// auto generated inclusion list
#include "mc/world/level/BlockPos.h"

class NetworkBlockPosition : public ::BlockPos {};
class NetworkBlockPosition : public ::BlockPos {
public:
using BlockPos::BlockPos;
};

0 comments on commit 68054dc

Please sign in to comment.