🐛 fixed last commit

This commit is contained in:
EntireTwix 2021-07-06 19:03:14 -07:00
parent bf5c2fde33
commit 15c648d6fa

View file

@ -1,7 +1,7 @@
#pragma once #pragma once
// Setting to 0 does not compile logging (useful for if disk/memory is very valuable) // Setting to 0 does not compile logging (useful for if disk/memory is very valuable)
#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL @ #define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@
//default to minecraft usernames //default to minecraft usernames
constexpr unsigned min_name_size = 3; constexpr unsigned min_name_size = 3;