🐛 prettier messed with stuff

This commit is contained in:
EntireTwix 2021-07-02 23:10:23 -07:00
parent 3a3b168e49
commit 5ffd655de5

View file

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