mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Fix MSVC build
This commit is contained in:
parent
960d731587
commit
7cdbb805d9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ enum ClientState
|
|||
Active
|
||||
};
|
||||
|
||||
static const char** statenames = (const char*[]) {
|
||||
static const char* statenames[] = {
|
||||
"Invalid",
|
||||
"Disconnecting",
|
||||
"Denied",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue