forgot the bracket
This commit is contained in:
parent
55c04e590a
commit
66697c2ff8
|
@ -25,8 +25,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
void = {
|
||||
server = {
|
||||
isServer = true;
|
||||
};
|
||||
};
|
||||
void = { server = { isServer = true; }; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue