Set default user colour to 1 (#4548)

Co-authored-by: Ultra <113462733+UltraDaCat@users.noreply.github.com>
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
kalaposfos13 2026-06-10 10:41:45 +02:00 committed by GitHub
parent d7ccf25e6f
commit 101c6fedbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
struct User {
s32 user_id = -1;
std::string user_name = "";
u32 user_color;
u32 user_color = 1;
int player_index = 0; // 1-4
bool logged_in = false;
// ShadNet settings