🐛 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
// Setting both values to 0 does not compile logging (useful for if disk/memory is very valuable)
#define MAX_LOG_SIZE 100
#define PRE_LOG_SIZE 10
#define MAX_LOG_SIZE 0
#define PRE_LOG_SIZE 0
//default to minecraft usernames
constexpr unsigned min_name_size = 3;