mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix MSVC build
This commit is contained in:
@@ -153,7 +153,7 @@ enum ClientState
|
||||
Active
|
||||
};
|
||||
|
||||
static const char** statenames = (const char*[]) {
|
||||
static const char* statenames[] = {
|
||||
"Invalid",
|
||||
"Disconnecting",
|
||||
"Denied",
|
||||
|
Reference in New Issue
Block a user