Custom Sky Color and unify some stuff (#1779)

This commit is contained in:
Bugisoft
2023-07-20 22:46:32 +02:00
committed by GitHub
parent 7e50d5377a
commit 74ba7b6860
169 changed files with 612 additions and 649 deletions

View File

@ -78,10 +78,10 @@ namespace big
int block_join_reason = 0;
bool is_spammer = false;
bool is_admin = false;
std::optional<std::uint32_t> player_time_value;
std::optional<uint32_t> player_time_value;
std::optional<std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds>> player_time_value_received_time;
std::optional<std::uint32_t> time_difference;
std::uint32_t num_time_syncs_sent = 9999;
std::optional<uint32_t> time_difference;
uint32_t num_time_syncs_sent = 9999;
bool block_explosions = false;
bool block_clone_create = false;