Skip to content

Commit

Permalink
linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notchyves committed Aug 5, 2024
1 parent 5d69f14 commit 3808207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/logger.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- My First BDS-BTB Lua Plugin
-- made by chyves & other bds-btb contributers

Logger.Info("changing this to test raknet");
2 changes: 2 additions & 0 deletions src/minecraft/network/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include "packets/PingPacket.h"

#include "../../pch.h"

using namespace RakNet;

class ProtocolManager {
Expand Down

0 comments on commit 3808207

Please sign in to comment.