diff --git a/src/CNStructs.hpp b/src/CNStructs.hpp index f41e1ea..113d794 100644 --- a/src/CNStructs.hpp +++ b/src/CNStructs.hpp @@ -33,7 +33,7 @@ uint64_t getTime(); // The PROTOCOL_VERSION definition is defined by the build system. #if !defined(PROTOCOL_VERSION) - #error "PROTOCOL_VERSION not defined" + #include "structs/0104.hpp" #elif PROTOCOL_VERSION == 728 #include "structs/0728.hpp" #elif PROTOCOL_VERSION == 104