forgot the bracket

This commit is contained in:
Sakooooo 2024-12-31 16:41:32 +04:00
parent 55c04e590a
commit 66697c2ff8
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -25,8 +25,5 @@
};
};
void = {
server = {
isServer = true;
};
};
void = { server = { isServer = true; }; };
}