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