🐛 prettier messed with stuff

This commit is contained in:
EntireTwix 2021-07-02 23:09:12 -07:00
parent 6eacdb6d1e
commit 3a3b168e49

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 100 #define MAX_LOG_SIZE 0
#define PRE_LOG_SIZE 10 #define PRE_LOG_SIZE 0
//default to minecraft usernames //default to minecraft usernames
constexpr unsigned min_name_size = 3; constexpr unsigned min_name_size = 3;