mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🐛 prettier messed with stuff
This commit is contained in:
parent
6eacdb6d1e
commit
3a3b168e49
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue